slimm preload down

This commit is contained in:
6543 2019-05-12 00:32:37 +02:00
parent d71ef34261
commit c533881fac

View File

@ -36,7 +36,8 @@ fi


} }


function help() { # help function
[ "$mode" == "help" ] && {
#help menue #help menue
echo "$0 is part of the TerabyteTerminator Project" echo "$0 is part of the TerabyteTerminator Project"
echo "" echo ""
@ -52,7 +53,6 @@ function help() {


exit 0 exit 0
} }
[ "$mode" == "help" ] && help


##check & prepair args ##check & prepair args
[ "${mode:0:1}" == "e" ] && touch "$md5list" [ "${mode:0:1}" == "e" ] && touch "$md5list"