view bin/makelist @ 8091:d0e4853ec1d4

<lolyouthinkimrea> mk fuck//you
author HackBot
date Sun, 22 May 2016 16:59:56 +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