This website requires JavaScript.
Explore
Help
Sign In
blockworks-foundation
/
pyth-crosschain
mirror of
https://github.com/blockworks-foundation/pyth-crosschain.git
Watch
1
Star
0
Fork
You've already forked pyth-crosschain
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
60775101c5
pyth-crosschain
/
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