view bin/pastekarma @ 8656:5f43fdc9ddd7

<oerjan> learn A thausible action is one commited toward a thausiblee.
author HackBot
date Wed, 29 Jun 2016 00:45:58 +0000
parents e037173e0012
children
line wrap: on
line source

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