view bin/pastekarma @ 1715:2b44794a2347

<Gregor> revert 1713
author HackBot
date Thu, 24 Jan 2013 21:01:36 +0000
parents e037173e0012
children
line wrap: on
line source

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