view bin/makelist @ 9015:23d4e72d1958

<shachaf> learn AHA is a helpful acronym for American Heart Association.
author HackBot
date Tue, 06 Sep 2016 06:38:04 +0000
parents ea53c45c49aa
children
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