This website requires JavaScript.
Explore
Help
Sign In
moon
/
sync
mirror of
https://github.com/calzoneman/sync.git
Watch
1
Star
0
Fork
You've already forked sync
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
adc0ea27a9
sync
/
run.sh
9 lines
58 B
Bash
Raw
Normal View
History
Unescape
Escape
Fix bad MySQL results crashing it
2013-03-18 17:17:56 +00:00
#!/bin/sh
while
:
do
Refactor out server init to index.js
2013-10-11 20:48:01 +00:00
node index.js
Fix bad MySQL results crashing it
2013-03-18 17:17:56 +00:00
sleep
2
done