view bin/pastekarma @ 5729:94f1c3751c65

<ZombieCheney> learn revery defeat
author HackBot
date Thu, 25 Jun 2015 03:50:48 +0000
parents e037173e0012
children
line wrap: on
line source

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