view bin/pastekarma @ 11327:d83a9981277f

<FireFly> revert
author HackBot
date Wed, 17 Jan 2018 21:00:12 +0000
parents e037173e0012
children
line wrap: on
line source

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