diff options
| author | ame <[email protected]> | 2023-09-26 23:12:35 -0500 |
|---|---|---|
| committer | ame <[email protected]> | 2023-09-26 23:12:35 -0500 |
| commit | 99779de823e1751c3da13e0b7b0f639ddecca7da (patch) | |
| tree | f7e35fc92adbadbf573be47f2ddde159d223687f /snschan.sh | |
init
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 |
