view bin/makelist @ 11200:bab35b823773

<int-e> ` sed -i \'$s=sha[c]haf=shach\x0faf=\' quotes > /dev/null
author HackBot
date Tue, 26 Sep 2017 10:49:31 +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