Files
Diddy-Kong-Racing/generate_ld.sh
T
2020-08-24 19:56:30 -05:00

8 lines
290 B
Bash
Executable File

if [[ $# == 0 || (($1 != "us_1.0") && ($1 != "us_1.1") && ($1 != "eu_1.0") && ($1 != "eu_1.1") && ($1 != "jp"))]]; then
echo 'Usage: ./generate_ld.sh <version>'
echo 'Acceptable versions: us_1.0, us_1.1, eu_1.0, eu_1.1, jp'
exit 1
fi
python3 ./tools/python/generate_ld.py "$1"