diff options
Diffstat (limited to 'bin/first_stage.sh')
-rw-r--r-- | bin/first_stage.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/first_stage.sh b/bin/first_stage.sh index b87669d..360b2fa 100644 --- a/bin/first_stage.sh +++ b/bin/first_stage.sh @@ -23,6 +23,13 @@ #################### +# Argument Processing + +$DELAY=$1 +$REPOSITORY_PATH=$2 +$LOG_FILE_PATH=$3 + + # Interview echo "Here is a list of available hard disks on your computer:" |