view bin/makelist @ 8113:dbb1f8669c64

<shachaf> ` cat /proc/filesystems | paste
author HackBot
date Tue, 24 May 2016 23:30:41 +0000
parents b1b9a2c7a4f7
children ea53c45c49aa
line wrap: on
line source

file="bin/$1"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done