diff options
Diffstat (limited to 'snschan.sh')
| -rw-r--r-- | snschan.sh | 7 |
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 |
