view bin/pastekarma @ 4798:b3b11a73cd92

<oerjan> revert
author HackBot
date Wed, 10 Sep 2014 11:46:41 +0000
parents e037173e0012
children
line wrap: on
line source

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