diff options
Diffstat (limited to 'scripts/keepalive.bash')
| -rwxr-xr-x | scripts/keepalive.bash | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/keepalive.bash b/scripts/keepalive.bash new file mode 100755 index 0000000..3b2a1ae --- /dev/null +++ b/scripts/keepalive.bash @@ -0,0 +1,7 @@ +#!/usr/bin/bash + +while [ 0 ]; do + ./scripts/tickle.py + echo teehee + sleep 60 +done |
