mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-10-31 16:39:11 -06:00
11 lines
350 B
Bash
11 lines
350 B
Bash
# Supported options are:
|
|
# -d | --distribution <distro>
|
|
# -p | --proposed-updates
|
|
# -a | --arch <architecture>
|
|
# --subdir <directory-name>
|
|
# --version <version>
|
|
# --variant <variant>
|
|
# -v | --verbose
|
|
# -s | --salt
|
|
BUILD_OPTS_SHORT="d:pa:vs"
|
|
BUILD_OPTS_LONG="distribution:,proposed-updates,arch:,subdir:,version:,variant:,verbose,salt"
|