view bin/pastekarma @ 3465:b24386a7e1fb

<Jafet> pastelogs Mozilla/5.0
author HackBot
date Fri, 23 Aug 2013 12:50:55 +0000
parents e037173e0012
children
line wrap: on
line source

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