view bin/makelist @ 11322:95654b88dbfc

<FireFly> slwd font//s;$; , FireFly\'s fonts http://xen.firefly.nu/up/fonts/ \\& https://twitter.com/FireyFly/status/899965577481129984;
author HackBot
date Mon, 15 Jan 2018 22:32:21 +0000
parents ed0a4712257a
children a7268c15a964
line wrap: on
line source

if [[ "$1" == *" "* ]]; then exec makelist $@; fi; name="$1"; file="bin/$name"; makelistlist "$name"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done