view bin/pastekarma @ 9240:27948eaa64fc

<boily> ` sed -i \'s/\\./\xe2\x81\xb8./\' wisdom/footnote\\ 1
author HackBot
date Wed, 12 Oct 2016 10:52:52 +0000
parents e037173e0012
children
line wrap: on
line source

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