mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-02 18:21:23 +03: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
|