view bin/makelist @ 7553:a8c5e627f240

<fizzie> rm derp
author HackBot
date Wed, 27 Apr 2016 23:04:04 +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