add start.sh+bat
This commit is contained in:
parent
74ff217c7e
commit
587e6d8089
4 changed files with 13 additions and 2 deletions
6
start.sh
Executable file
6
start.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash -
|
||||
#
|
||||
# start gogs web
|
||||
#
|
||||
cd "$(dirname $0)"
|
||||
./gogs web
|
Loading…
Add table
Add a link
Reference in a new issue