This website requires JavaScript.
Explore
Help
Sign In
certusone
/
wormhole
mirror of
https://github.com/certusone/wormhole.git
Watch
1
Star
0
Fork
You've already forked wormhole
0
Code
Issues
Projects
Releases
Wiki
Activity
2fc2bb577b
wormhole
/
scripts
/
tail.sh
7 lines
103 B
Bash
Raw
Blame
History
#!/usr/bin/env bash
while
:
;
do
kubectl logs --tail
=
1000
--follow
=
true
$1
guardiand
sleep
1
done
Reference in New Issue
View Git Blame
Copy Permalink