view bin/pastekarma @ 4923:c9619115046f

<oerjan> revert
author HackBot
date Mon, 29 Sep 2014 08:10:12 +0000
parents e037173e0012
children
line wrap: on
line source

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