view bin/makelist @ 9280:2d58b8902aa7

<oerjan> addquote <hppavilion[1]> THEY MADE A MOVIE ABOUT THE 50 SHADES SEQUEL TOO! <hppavilion[1]> Somebody shall pay for this <imode> not me, I ain\'t buyin\' a ticket.
author HackBot
date Fri, 14 Oct 2016 15:37:50 +0000
parents c989a1669243
children dcad47ed6915
line wrap: on
line source

name="$1"; file="bin/$name"; makelistlist "$name"; shift; cp bin/emptylist "$file"; for n in "$@"; do echo "$n" >> "$file"; done