aboutsummaryrefslogtreecommitdiff
path: root/snschan.sh
blob: a0b60add4a1c01d5900dbc0367b912b0d5f8ceb7 (plain)
1
2
3
4
5
6
7
echo Starting..
while true
do
node index.js
wait
sleep 10
done