view bin/pastekarma @ 2580:0c31e6a2d4e0

<oerjan> revert
author HackBot
date Mon, 01 Apr 2013 21:58:20 +0000
parents e037173e0012
children
line wrap: on
line source

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