view bin/pastekarma @ 2250:b1beb535bff7

<oerjan> sed -i \'s/350/344/\' bin/colorize
author HackBot
date Mon, 25 Feb 2013 22:40:00 +0000
parents e037173e0012
children
line wrap: on
line source

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