view bin/pastekarma @ 7292:5c7370a1dffe

<oerjan> learn CIA sees it all.
author HackBot
date Mon, 28 Mar 2016 23:13:39 +0000
parents e037173e0012
children
line wrap: on
line source

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