mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-03 13:01:15 +00: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
|