Uwev2/start.sh
2021-11-19 11:14:22 +00:00

8 lines
50 B
Bash
Executable File

#!/bin/bash
while true
do
npm start
sleep 1
done