view bin/pastekarma @ 6718:b87d0fe828dd

<zgrep> ` head -n 7 bin/tomfoolery > bin/tomfoolery
author HackBot
date Wed, 10 Feb 2016 02:58:43 +0000
parents e037173e0012
children
line wrap: on
line source

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