view bin/pastekarma @ 448:aeb4ecfa0beb

<elliott> pastequotes ALTERNATE
author HackBot
date Wed, 30 May 2012 19:25:52 +0000
parents e037173e0012
children
line wrap: on
line source

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