view bin/pastekarma @ 3716:c340acc624e5

<Phantom_Hoover> rm bsdmreclist
author HackBot
date Wed, 11 Sep 2013 16:00:00 +0000
parents e037173e0012
children
line wrap: on
line source

#!/bin/sh
cd karma
ls | while read thing; do
    echo "$thing: $(cat "$thing")"
done | paste