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