view bin/pastekarma @ 3047:7b6fcefc7207

<oerjan> learn ` is the prefix to greatness.
author HackBot
date Wed, 05 Jun 2013 17:31:08 +0000
parents e037173e0012
children
line wrap: on
line source

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