view bin/makelist @ 8567:e6618ef70252

<shachaf> mkx bin/"//quote; quote
author HackBot
date Wed, 22 Jun 2016 19:22:23 +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