mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-22 06:17:38 +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}"
|