wetterkram/start.sh
2021-07-01 17:25:51 +02:00

9 lines
51 B
Bash
Executable File

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