annotate bin/makelist @ 10432:6894dc0c9a9d

<hppavilion[1]> ` mv esobible/gen_sys_1-1:5 esobible/gen_sys_1.0-1:5
author HackBot
date Fri, 17 Mar 2017 20:01:44 +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