view bin/pastekarma @ 7676:f5e3d8df0790

<moon__> mk jnk/readme//\'This area is for files ment to be catted and single data files\'
author HackBot
date Tue, 03 May 2016 00:53:05 +0000
parents e037173e0012
children
line wrap: on
line source

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