mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-06 21:00:22 +00:00
provide parameters
This commit is contained in:
parent
3c12ddefab
commit
ec59e5f6bc
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user