view bin/pastekarma @ 10480:06bc54ecf20a

<oerjan> ` mv wisdom/\'`\'{msg,#}
author HackBot
date Tue, 21 Mar 2017 15:20:09 +0000
parents e037173e0012
children
line wrap: on
line source

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