view bin/makelist @ 11003:5132092fa1b4

<int-e> ` echo int-e >> bin/dontaskdonttelllist
author HackBot
date Thu, 08 Jun 2017 15:00:15 +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