view bin/makelist @ 8325:0f08be45cfeb

<shachaf> mkx bin/5//for i in {1..5}; do quote; done | sport
author HackBot
date Sat, 04 Jun 2016 09:41:25 +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