annotate bin/makelist @ 8702:e91970e62be1

<oerjan> fetch http://oerjan.nvg.org/shebang_args_or_input
author HackBot
date Tue, 05 Jul 2016 02:21:15 +0000
parents b1b9a2c7a4f7
children ea53c45c49aa
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7227
b1b9a2c7a4f7 <shachaf> mkx bin/makelist//file="bin/$1"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done
HackBot
parents: 7226
diff changeset
1 file="bin/$1"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done