view bin/makelist @ 12097:c9f5afad5250 draft

<fizzie> sled /hackenv/bin/gs2c.py//s|bin/gs2.py|/hackenv/bin/gs2.py|
author HackEso <hackeso@esolangs.org>
date Sat, 16 Nov 2019 22:25:06 +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