mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-02-17 20:10:41 +01:00
10 lines
204 B
Bash
Executable File
10 lines
204 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$(realpath "$0")")/../Lib/Globals.sh"
|
|
cd "${swd}/../build"
|
|
|
|
if [ ! -d ./translate ]
|
|
then git clone --depth 1 --branch "${BranchTranslate}" "${RepoUrl}" ./translate
|
|
fi
|
|
|
|
cd "${owd}"
|