mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-01 15:55:15 +08: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
|