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