view bin/pastekarma @ 4028:8fa96c7de250

<Bike> pastelogs esoteric.*Perl
author HackBot
date Wed, 20 Nov 2013 05:02:51 +0000
parents e037173e0012
children
line wrap: on
line source

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