view bin/pastekarma @ 567:5d4527171aad

<itidus21> pastelogs naruto
author HackBot
date Sat, 30 Jun 2012 22:00:47 +0000
parents e037173e0012
children
line wrap: on
line source

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