diff options
-rwxr-xr-x | extract-files.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh index ce86ad9..71bab0a 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -34,6 +34,9 @@ source "${HELPER}" # Default to sanitizing the vendor folder before extraction CLEAN_VENDOR=true +SECTION= +KANG= + while [ "${#}" -gt 0 ]; do case "${1}" in -n | --no-cleanup ) |