mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-18 12:30:36 +01:00
9 lines
158 B
Bash
Executable File
9 lines
158 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/Lib/Globals.sh"
|
|
cd "${swd}/.."
|
|
|
|
sh "${swd}/Dependencies.Build.sh"
|
|
sh "${swd}/Dependencies.Runtime.sh"
|
|
|
|
cd "${owd}"
|