view bin/makelist @ 7262:e2b9176077ac

<shachaf> rm bin/smackego
author HackBot
date Mon, 21 Mar 2016 22:47:02 +0000
parents b1b9a2c7a4f7
children ea53c45c49aa
line wrap: on
line source

file="bin/$1"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done