view bin/makelist @ 7790:4657e59512c4

<hppavilion[1]> mkx bin/blame//echo It was tswett\'s fault! Punish them!
author HackBot
date Fri, 06 May 2016 00:22:42 +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