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