sitoctt/Scripts/Translate/Get.sh

10 lines
204 B
Bash
Raw Normal View History

#!/bin/sh
2024-08-25 17:18:20 +02:00
. "$(dirname "$(realpath "$0")")/../Lib/Globals.sh"
cd "${swd}/../build"
if [ ! -d ./translate ]
then git clone --depth 1 --branch "${BranchTranslate}" "${RepoUrl}" ./translate
fi
2024-08-25 17:18:20 +02:00
cd "${owd}"