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