sync/run.sh

9 lines
63 B
Bash
Executable File

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