sync/run.sh

9 lines
58 B
Bash
Raw Permalink Normal View History

2013-03-18 17:17:56 +00:00
#!/bin/sh
while :
do
2013-10-11 20:48:01 +00:00
node index.js
2013-03-18 17:17:56 +00:00
sleep 2
done