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, 0 insertions, 7 deletions
diff --git a/scripts/keepalive.bash b/scripts/keepalive.bash
deleted file mode 100755
index 3b2a1ae..0000000
--- a/scripts/keepalive.bash
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/bash
-
-while [ 0 ]; do
- ./scripts/tickle.py
- echo teehee
- sleep 60
-done