view bin/makelist @ 7275:52fcf4a49139

<oerjan> le/rn speedy gonzales/Sp e e d y G o n z a l e s i s t h e f a s t e s t m o
author HackBot
date Fri, 25 Mar 2016 00:37:15 +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