mirror of
https://gitlab.com/octtspacc/sitoctt
synced 2025-06-05 22:09:20 +02:00
.
This commit is contained in:
9
Scripts/Translate/Get.sh
Executable file
9
Scripts/Translate/Get.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/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}"
|
Reference in New Issue
Block a user