view bin/makelist @ 8257:1b37449728a3

<shachaf> ` mv wisdom/usual\\ suspect{s,}
author HackBot
date Wed, 01 Jun 2016 06:25:53 +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