view bin/makelist @ 8415:9fd35778a265

<shachaf> sled wisdom/tanebvention//s/gazpacho, //
author HackBot
date Thu, 09 Jun 2016 00:45:01 +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