summaryrefslogtreecommitdiff
path: root/scripts/keepalive.bash
diff options
context:
space:
mode:
authorDan Rostovtsev <dan@rostovtsev.org>2026-03-16 16:02:54 -0400
committerDan Rostovtsev <dan@rostovtsev.org>2026-03-16 16:02:54 -0400
commit2c6cf786c151118232533a6cfbc769ce1514aa9e (patch)
tree0dc171e25f46ea491f98f4a4a96b94e69defea89 /scripts/keepalive.bash
Simple bash script deployment of client portal gateway.
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