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
982ce08c4a
wormhole
/
scripts
/
tail.sh
7 lines
103 B
Bash
Raw
Normal View
History
Unescape
Escape
Use /usr/bin/env for shell scripts; web/.dockerignore: node_modules (#159) * Use /usr/bin/env for shell scripts; web/.dockerignore: node_modules
2021-01-23 09:20:17 -08:00
#!/usr/bin/env bash
IDE helper scripts for logs and lockups The .run folder is a new IntelliJ feature to allow for run configuration sharing without having to check in .idea. ghstack-source-id: a1d6f70adcd363e70c399573165435a2ed6e783b Pull Request resolved: https://github.com/certusone/wormhole/pull/57
2020-10-28 14:41:32 -07:00
while
:
;
do
kubectl logs --tail
=
1000
--follow
=
true
$1
guardiand
sleep
1
done