view bin/pastekarma @ 6822:ea03e1f76780

<hppavilion[1]> misle/rn ntitai/Now that I think about it
author HackBot
date Thu, 11 Feb 2016 22:26:07 +0000
parents e037173e0012
children
line wrap: on
line source

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