mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-19 04:50:54 +01:00
6 lines
127 B
Bash
Executable File
6 lines
127 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
|
cd "${swd}/.."
|
|
sh "${swd}/Build.sh" --noBuildLock serve
|
|
cd "${owd}"
|