view bin/pastekarma @ 5469:b22df01ae041

<int-e> learn Me is a proud member of the tEaM.
author HackBot
date Sun, 07 Jun 2015 18:48:56 +0000
parents e037173e0012
children
line wrap: on
line source

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