mirror of
https://github.com/uniwhale-io/pyth-crosschain.git
synced 2026-01-12 22:45:37 +08:00
7 lines
103 B
Bash
7 lines
103 B
Bash
#!/usr/bin/env bash
|
|
|
|
while : ; do
|
|
kubectl logs --tail=1000 --follow=true $1 guardiand
|
|
sleep 1
|
|
done
|