comparison bin/makelist @ 7227:b1b9a2c7a4f7

<shachaf> mkx bin/makelist//file="bin/$1"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done
author HackBot
date Mon, 14 Mar 2016 18:17:22 +0000
parents f85e360397fe
children ea53c45c49aa
comparison
equal deleted inserted replaced
7226:f85e360397fe 7227:b1b9a2c7a4f7
1 cp bin/emptylist bin/"$1" 1 file="bin/$1"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done