log bin/makelist @ 11402:00d583363435

age author description
Fri, 10 Feb 2017 15:51:57 +0000 HackBot <oerjan> sled bin/makelist//s,fi;,& ,
Fri, 10 Feb 2017 15:48:34 +0000 HackBot <oerjan> sled bin/makelist//s,^,if [[ "$1" == *" "* ]]; then exec makelist $@; fi;,
Sun, 25 Sep 2016 20:31:46 +0000 HackBot <fizzie> revert 58b9ee8f97a7
Thu, 14 Jul 2016 10:53:06 +0000 HackBot <shachaf> sled bin/makelist//s/.\\{13\\}/name="$1"; file="bin\\/$name"; makelistlist "$name"/
Mon, 14 Mar 2016 18:17:22 +0000 HackBot <shachaf> mkx bin/makelist//file="bin/$1"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done
Mon, 14 Mar 2016 18:16:08 +0000 HackBot <shachaf> revert
Mon, 14 Mar 2016 18:15:41 +0000 HackBot <shachaf> ` echo -e \'shift\\nfor n in "$@"; do echo "$n" > bin/"$1"; done\' >> bin/makelist