mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
8 lines
58 B
Bash
Executable file
8 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
|
|
while :
|
|
do
|
|
node index.js
|
|
sleep 2
|
|
|
|
done
|