annotate bin/makelist @ 10843:2d5ba2d44680

<Jafet> le/rn double dactyl//Curious spurious verse form, ostensibly catchy to hear but herculean to write. Sadly its bent on the sesquipedalian makes double dactyls pretentious and trite.
author HackBot
date Fri, 28 Apr 2017 02:49:16 +0000
parents ed0a4712257a
children a7268c15a964
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
10230
ed0a4712257a <oerjan> sled bin/makelist//s,fi;,& ,
HackBot
parents: 10227
diff changeset
1 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