mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 19:42:06 +00:00
9 lines
59 B
Bash
9 lines
59 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
while :
|
||
|
|
do
|
||
|
|
node server.js
|
||
|
|
sleep 2
|
||
|
|
|
||
|
|
done
|