1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 18:05:19 +02: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