annotate bin/makelist @ 9446:e2afb7a512d7

<moonythedwarf> ` cp canary canarytmp
author HackBot
date Wed, 26 Oct 2016 18:12:42 +0000
parents c989a1669243
children dcad47ed6915
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9075
c989a1669243 <fizzie> revert 58b9ee8f97a7
HackBot
parents:
diff changeset
1 name="$1"; file="bin/$name"; makelistlist "$name"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done