mirror of
https://github.com/gogs/gogs.git
synced 2026-01-02 21:50:01 +01:00
7 lines
65 B
Bash
Executable File
7 lines
65 B
Bash
Executable File
#!/bin/bash -
|
|
#
|
|
# start gogs web
|
|
#
|
|
cd "$(dirname $0)"
|
|
./gogs web
|