Files
pyth-crosschain/scripts/tail.sh
Stanisław Drozd c5d90f779c 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 18:20:17 +01:00

7 lines
103 B
Bash

#!/usr/bin/env bash
while : ; do
kubectl logs --tail=1000 --follow=true $1 guardiand
sleep 1
done