add start.sh+bat

This commit is contained in:
skyblue 2014-03-31 15:54:15 +08:00
parent 74ff217c7e
commit 587e6d8089
4 changed files with 13 additions and 2 deletions

6
start.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash -
#
# start gogs web
#
cd "$(dirname $0)"
./gogs web