view bin/pastekarma @ 1425:2903b3faf26d

<GreyKnight> rm monad_analogies
author HackBot
date Sat, 12 Jan 2013 00:41:58 +0000
parents e037173e0012
children
line wrap: on
line source

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