provide parameters

This commit is contained in:
Greg DiCristofaro 2021-10-05 09:29:37 -04:00
parent 3c12ddefab
commit ec59e5f6bc

View File

@ -10,7 +10,7 @@ usage() {
# default repo path # default repo path
REPO="https://github.com/sleuthkit/sleuthkit.git" REPO="https://github.com/sleuthkit/sleuthkit.git"
while getopts "r:b:" o; do while getopts "p:r:b:" o; do
case "${o}" in case "${o}" in
p) p)
SLEUTHKIT_SRC_DIR=${OPTARG} SLEUTHKIT_SRC_DIR=${OPTARG}