view bin/makelist @ 8038:f698aeafd7ca

<gamemanj> mkx bin/pacman//echo Error: Could not install package, system is actually a cat.
author HackBot
date Sat, 14 May 2016 13:09:33 +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