New variant idea
[xogo.git] / start.sh
1 #!/bin/sh
2
3 nodemon -w server.js &
4 echo $! > .pid
5 php -S localhost:8000 &