view bin/pastekarma @ 3345:c2c49a7e4295

<Bike> echo \'? "$@" | rev\' >bin/\xd8\x9f
author HackBot
date Wed, 31 Jul 2013 20:55:03 +0000
parents e037173e0012
children
line wrap: on
line source

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