changeset 7225:a4b7857a62b0

<shachaf> ` echo -e \'shift\\nfor n in "$@"; do echo "$n" > bin/"$1"; done\' >> bin/makelist
author HackBot
date Mon, 14 Mar 2016 18:15:41 +0000
parents a1852082fe00
children f85e360397fe
files bin/makelist
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/bin/makelist	Mon Mar 14 18:15:09 2016 +0000
+++ b/bin/makelist	Mon Mar 14 18:15:41 2016 +0000
@@ -1,1 +1,3 @@
 cp bin/emptylist bin/"$1"
+shift
+for n in "$@"; do echo "$n" > bin/"$1"; done