X-Git-Url: https://git.auder.net/?p=xogo.git;a=blobdiff_plain;f=start.sh;h=4fe679027fbcf7138e7817dbbafd3c8583437384;hp=84340971f129522dca8170b28662b6f09f73b011;hb=HEAD;hpb=0e466aac11288f35b34d744b2652c7b4e9df2e24 diff --git a/start.sh b/start.sh index 8434097..53517f8 100755 --- a/start.sh +++ b/start.sh @@ -1,5 +1,5 @@ #!/bin/sh -nodemon -i app.js -i base_rules.js ./server.js & +nodemon -w server.js & echo $! > .pid php -S localhost:8000 &