view bin/pastekarma @ 8032:685de179831f

<shachaf> ` mv wisdom/semmelwei{,s}
author HackBot
date Fri, 13 May 2016 06:49:55 +0000
parents e037173e0012
children
line wrap: on
line source

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