view bin/pastekarma @ 8997:afa2eddb9004

<int-e> revert
author HackBot
date Wed, 31 Aug 2016 21:50:31 +0000
parents e037173e0012
children
line wrap: on
line source

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