view bin/makelist @ 10546:24f5e2c75966

<moonythedwarf> le//rn rust//Rust is C++, but Python, but Extensible, but Memory safe, but designed by the makers of haskell
author HackBot
date Thu, 30 Mar 2017 20:41:12 +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