view bin/pastekarma @ 3838:e77296ebeb31

<nortti> tar txf master.tar.gz | paste
author HackBot
date Wed, 25 Sep 2013 13:32:42 +0000
parents e037173e0012
children
line wrap: on
line source

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