projects
/
xogo.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
New variant idea
[xogo.git]
/
start.sh
Commit
Line
Data
41534b92
BA
1
#!/bin/sh
2
3ca47832
3
nodemon -w server.js &
0e466aac
4
echo $! > .pid
41534b92
5
php -S localhost:8000 &