view bin/pastekarma @ 2055:49d044dabc89

<fungot> list `list
author HackBot
date Fri, 08 Feb 2013 01:11:36 +0000
parents e037173e0012
children
line wrap: on
line source

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