9 lines
51 B
Bash
Executable File
9 lines
51 B
Bash
Executable File
#!/bin/bash
|
|
|
|
while true
|
|
do
|
|
npm start
|
|
sleep 1
|
|
done
|
|
|