view bin/makelist @ 8753:8c43a2d07d89

<oerjan> learn te/sting is important.
author HackBot
date Wed, 06 Jul 2016 01:02:54 +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