1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

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