view bin/pastekarma @ 2702:c56d618a65d2

<shachaf> >wisdom/torus echo \'Topologically, a torus is just a torus. Taneb invented them.\'
author HackBot
date Sun, 14 Apr 2013 14:43: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