Uwev2/start.sh

8 lines
50 B
Bash
Raw Permalink Normal View History

2021-11-19 11:14:22 +00:00
#!/bin/bash
while true
do
npm start
sleep 1
done