Add files via upload

This commit is contained in:
Daniel
2021-04-21 22:29:34 +02:00
committed by GitHub
parent 1852bc4478
commit 57fe90927b
+1
View File
@@ -48,6 +48,7 @@ if [ ${#} != 0 ]; then
for arg in ${@}; do
v="${arg#*=}"
case ${arg} in
--help|-h) help && exit 0 ;;
--sysroot=*|-s\ *) export SYSROOT="${v}" ;;
--mirror=*|-m\ *) export MIRROR="${v}" ;;
--release=*|-r\ *) export RELEASE="${v}" ;;