view bin/makelist @ 12492:5a921536dbf4 draft

<int-e> learn The password of the month is Steamboat Willy Liberation
author HackEso <hackeso@esolangs.org>
date Mon, 01 Jan 2024 23:26:44 +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