view bin/pastekarma @ 834:e70c0a588e9b

<elliott> delquote 700
author HackBot
date Mon, 05 Nov 2012 11:10:52 +0000
parents e037173e0012
children
line wrap: on
line source

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