8 lines
162 B
Bash
8 lines
162 B
Bash
|
|
# aliases
|
||
|
|
build(){ $(pwd)/util/xrforge.sh build; }
|
||
|
|
|
||
|
|
# server hook
|
||
|
|
#test "$GITEA_ROOT_URL" = "https://xrforge.isvery.ninja/" && {
|
||
|
|
# cp -r example/assets/* .
|
||
|
|
#}
|