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