view bin/pastekarma @ 3299:6b1788b17090

<nooodl> pastelogs monqy
author HackBot
date Sat, 13 Jul 2013 00:33: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