3 lines
90 B
Bash
3 lines
90 B
Bash
pgrep -f build.sh > /dev/null || ./build.sh
|
|
pgrep -f serve.sh > /dev/null || ./serve.sh &
|