view bin/pastekarma @ 9300:c77e2812c617

<oerjan> learn A corkscrew is a downwards spiral of doom.
author HackBot
date Mon, 17 Oct 2016 00:02:24 +0000
parents e037173e0012
children
line wrap: on
line source

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