aboutsummaryrefslogtreecommitdiff
path: root/snschan.sh
diff options
context:
space:
mode:
authorame <[email protected]>2023-09-26 23:12:35 -0500
committerame <[email protected]>2023-09-26 23:12:35 -0500
commit99779de823e1751c3da13e0b7b0f639ddecca7da (patch)
treef7e35fc92adbadbf573be47f2ddde159d223687f /snschan.sh
init
Diffstat (limited to 'snschan.sh')
-rw-r--r--snschan.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/snschan.sh b/snschan.sh
new file mode 100644
index 0000000..a0b60ad
--- /dev/null
+++ b/snschan.sh
@@ -0,0 +1,7 @@
+echo Starting..
+while true
+do
+node index.js
+wait
+sleep 10
+done