mirror of
https://github.com/go-gitea/gitea
synced 2024-11-04 17:24:26 +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
|