view bin/makelist @ 11626:4da3722c4cb6 draft

<wob_jonas> `` rm -v allsets-*.txt; gzip -dc share/mtg/allsets-2018-05-21.zip > share/mtg/allsets-2018-05-21.txt
author HackEso <hackeso@esolangs.org>
date Fri, 05 Oct 2018 15:43:14 +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