mirror of https://gitlab.com/octtspacc/sitoctt
7 lines
164 B
Bash
7 lines
164 B
Bash
|
#!/bin/sh
|
||
|
. "$(dirname "$(realpath "$0")")/.Globals.sh"
|
||
|
|
||
|
if [ ! -d ./translate ]
|
||
|
then git clone --depth 1 --branch "${BranchTranslate}" "${RepoUrl}" ./translate
|
||
|
fi
|