view bin/pastekarma @ 8505:d31866e216a6

<shachaf> undo 8502
author HackBot
date Thu, 16 Jun 2016 17:42:52 +0000
parents e037173e0012
children
line wrap: on
line source

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