view bin/makelist @ 7439:4152f8bd25f0

<b_jonas> learn Macedonia and Taiwan are two countries of which the United Nations denies the existance.
author HackBot
date Sun, 17 Apr 2016 22:02:05 +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