view bin/makelist @ 8518:0dfc503499fb

<oerjan> ` hg cat -r 5060d5af0b98 bin/rnooodl >bin/rnooodl
author HackBot
date Fri, 17 Jun 2016 09:48:17 +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