view bin/pastekarma @ 11157:3467749980d9

<int-e> learn The Boredome is a dangerous place swarming with woodpeckers, dentists, and bookworms.
author HackBot
date Sun, 20 Aug 2017 12:27:15 +0000
parents e037173e0012
children
line wrap: on
line source

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