view bin/pastekarma @ 6754:7dd892d4c51b

<zgrep> overwrite bin/tomfoolery = test
author HackBot
date Wed, 10 Feb 2016 04:02:57 +0000
parents e037173e0012
children
line wrap: on
line source

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