view bin/pastekarma @ 2010:d773fb8bb0d7

<oerjan> rm bin/rot256
author HackBot
date Tue, 05 Feb 2013 21:49:30 +0000
parents e037173e0012
children
line wrap: on
line source

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