view bin/makelist @ 11246:8d87b8640c83

<oerjan> slwd nnection//s,bit,byte,
author HackBot
date Sun, 26 Nov 2017 04:48:11 +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