mirror of
https://github.com/kforney/pentest-distro-builder.git
synced 2024-11-04 17:39:12 -07:00
b79cf7a7eb
Former-commit-id: 190f610ae1
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"
|