CyTube/run.sh
2013-10-11 15:48:01 -05:00

9 lines
58 B
Bash
Executable file

#!/bin/sh
while :
do
node index.js
sleep 2
done