view bin/makelist @ 8526:348d959dba8f

<hppavilion[1]> le/rn programmer\'s google/A programmer\'s google is equal to 10^100, or 110
author HackBot
date Sat, 18 Jun 2016 12:31:52 +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