diff --git a/build-dakkar.sh b/build-dakkar.sh index 77d19e00..593411cd 100644 --- a/build-dakkar.sh +++ b/build-dakkar.sh @@ -13,7 +13,11 @@ elif [[ $(uname -s) = "Linux" ]];then fi ## handle command line arguments -read -p "Do you want to sync? " choice +read -p "[Phhusson magic-wand] Do you want to sync the whole jazz? " choice +read -p "[Phhusson magic-wand] Do you have a reference path? " refchoice +if [[ $refchoice == *"y"* ]];then +read -p "[Phhusson magic-wand] Insert your path including the home path, eg. /home/user/dirtoreference " refpath +fi function help() { cat <