view bin/makelist @ 10975:ff6bf44f0b2d

<oerjan> slwd rules of wisdom//s, they,,
author HackBot
date Wed, 31 May 2017 21:43:52 +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