view bin/pastekarma @ 4221:19624cfb341a

<mauke> cp ploki/ploki bin/
author HackBot
date Fri, 20 Dec 2013 22:11:30 +0000
parents e037173e0012
children
line wrap: on
line source

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