view bin/pastekarma @ 8474:320ac5a36c3b

<oerjan> sled wisdom/java//s/./J/;s/$/./
author HackBot
date Mon, 13 Jun 2016 08:14:58 +0000
parents e037173e0012
children
line wrap: on
line source

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