view bin/pastekarma @ 800:8970b3fbdfd7

<elliott> delquote 470
author HackBot
date Sun, 14 Oct 2012 01:13:29 +0000
parents e037173e0012
children
line wrap: on
line source

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