view bin/makelist @ 7866:eb6d3c0ba9a4

<fizzie> list
author HackBot
date Fri, 06 May 2016 21:42:35 +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