view bin/pastekarma @ 1828:c07349799d0b

<oerjan> cat q >bin/\'?\'
author HackBot
date Fri, 25 Jan 2013 21:23:38 +0000
parents e037173e0012
children
line wrap: on
line source

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