mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-14 11:42:04 +00:00
8 lines
58 B
Bash
8 lines
58 B
Bash
#!/bin/sh
|
|
|
|
while :
|
|
do
|
|
node index.js
|
|
sleep 2
|
|
|
|
done
|