view bin/pastekarma @ 8207:4e642cb3b13d

<tswett> le/rn mason jar/A Mason jar is a jar made by someone named Mason.
author HackBot
date Sun, 29 May 2016 23:06:33 +0000
parents e037173e0012
children
line wrap: on
line source

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