CyTube/run.sh
2013-03-18 12:17:56 -05:00

9 lines
59 B
Bash
Executable file

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