view bin/pastekarma @ 3146:474bb69a0025

<nooodl> pastelogs zzo38.*hth
author HackBot
date Sun, 16 Jun 2013 21:49:09 +0000
parents e037173e0012
children
line wrap: on
line source

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