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.bat | |
parent | 74ff217c7e8855c5ccf6dbc69cee0823cd65ee1b (diff) | |
download | gitea-587e6d80890f9e679b13a1511dab6635fd520775.tar.gz gitea-587e6d80890f9e679b13a1511dab6635fd520775.zip |
add start.sh+bat
Diffstat (limited to 'start.bat')
-rw-r--r-- | start.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/start.bat b/start.bat new file mode 100644 index 0000000000..02972b92da --- /dev/null +++ b/start.bat @@ -0,0 +1,2 @@ +@echo off +gogs.exe web |