view bin/makelist @ 12336:fe7072a30baf draft

<shachaf> learn The password of the month is still up for grabs.
author HackEso <hackeso@esolangs.org>
date Fri, 03 Jul 2020 10:20:25 +0000
parents 5e74c372b097
children
line wrap: on
line source

if [[ "$1" == *" "* ]]; then exec makelist $@; fi; name="$1"; file="$HACKENV/bin/$name"; makelistlist "$name"; shift; cp $HACKENV/bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done