wetterkram/start.sh

9 lines
51 B
Bash
Raw Permalink Normal View History

2021-07-01 15:25:51 +00:00
#!/bin/bash
while true
do
npm start
sleep 1
done