view bin/makelist @ 9087:d61b2559e026

<oerjan> ` le/rn brilliant/"`echo \'BRILLIANT is like the BEST word in the universe and it will change your life FOREVER!\' | zalgo | rainwords`"
author HackBot
date Mon, 26 Sep 2016 09:09:16 +0000
parents c989a1669243
children dcad47ed6915
line wrap: on
line source

name="$1"; file="bin/$name"; makelistlist "$name"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done