summaryrefslogtreecommitdiff
path: root/scripts/keepalive.bash
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/keepalive.bash')
-rwxr-xr-xscripts/keepalive.bash7
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