view bin/pastekarma @ 3889:67dd1d1c102c

<fizzie> learn wecome in pece.
author HackBot
date Sun, 06 Oct 2013 19:52:45 +0000
parents e037173e0012
children
line wrap: on
line source

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