view bin/pastekarma @ 3019:00c8fbc8aae9

<oerjan> rm test.hs
author HackBot
date Sat, 01 Jun 2013 19:31:45 +0000
parents e037173e0012
children
line wrap: on
line source

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