view bin/pastekarma @ 3018:fbba3aa90a16

<oerjan> mv test.hs{.1,}
author HackBot
date Sat, 01 Jun 2013 19:31:05 +0000
parents e037173e0012
children
line wrap: on
line source

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