view bin/makelist @ 8450:49d5a8654dd7

<int-e> rm wisdom/godot
author HackBot
date Sat, 11 Jun 2016 14:30:22 +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