This commit is contained in:
simono41 2018-04-25 09:21:00 +02:00
parent 27685549ac
commit 51f8cb427d

View file

@ -17,11 +17,12 @@ iso_version=$(date +%Y.%m.%d)
out_dir=out out_dir=out
install_dir=arch install_dir=arch
version="$1" version="$1"
shift
echo "Hallo Echo" echo "Hallo Echo"
# for-schleife # for-schleife
for wort in "$2" "$3" "$4" "$5" "$6" "$7" for wort in "$1" "$2" "$3" "$4" "$5" "$6" "$7" "$8" "$9"
do do
echo "$wort" echo "$wort"
if [ "$wort" == "deletework" ]; then deletework=y; fi if [ "$wort" == "deletework" ]; then deletework=y; fi