diff options
author | skyblue <ssx205@gmail.com> | 2014-03-31 15:54:15 +0800 |
---|---|---|
committer | skyblue <ssx205@gmail.com> | 2014-03-31 15:54:15 +0800 |
commit | 587e6d80890f9e679b13a1511dab6635fd520775 (patch) | |
tree | 22d6e46a31dbc3d30318858d130551c990d67f0a /start.sh | |
parent | 74ff217c7e8855c5ccf6dbc69cee0823cd65ee1b (diff) | |
download | gitea-587e6d80890f9e679b13a1511dab6635fd520775.tar.gz gitea-587e6d80890f9e679b13a1511dab6635fd520775.zip |
add start.sh+bat
Diffstat (limited to 'start.sh')
-rwxr-xr-x | start.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/start.sh b/start.sh new file mode 100755 index 0000000000..331d340cda --- /dev/null +++ b/start.sh @@ -0,0 +1,6 @@ +#!/bin/bash - +# +# start gogs web +# +cd "$(dirname $0)" +./gogs web |