view bin/makelist @ 11434:9debc4ee24cc

<wob_jonas> `` rm -v bin/welc\xc3\xb6me
author HackBot
date Thu, 01 Mar 2018 17:45:43 +0000
parents ed0a4712257a
children a7268c15a964
line wrap: on
line source

if [[ "$1" == *" "* ]]; then exec makelist $@; fi; name="$1"; file="bin/$name"; makelistlist "$name"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done