Added run script

This commit is contained in:
2023-11-07 15:49:40 +01:00
parent 403b5ea556
commit 45e2f42bcf

4
run.sh Normal file
View File

@@ -0,0 +1,4 @@
while true; do
node main.js
sleep 5
done