view bin/makelist @ 8393:6149466f7bfa

<b_jonas> `` echo -n > canary
author HackBot
date Tue, 07 Jun 2016 22:13: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