mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 20:59:31 +01:00
10 lines
225 B
Bash
Executable file
10 lines
225 B
Bash
Executable file
#!/bin/bash -
|
|
#
|
|
# Copyright 2014 The Gogs Authors. All rights reserved.
|
|
# Use of this source code is governed by a MIT-style
|
|
# license that can be found in the LICENSE file.
|
|
#
|
|
# start gogs web
|
|
#
|
|
cd "$(dirname $0)"
|
|
./gogs web
|