view bin/pastekarma @ 8088:3f90926b83c9

<oerjan> learn Sgeolang used to change frequently, but eventually it rusted in place.
author HackBot
date Fri, 20 May 2016 00:47:30 +0000
parents e037173e0012
children
line wrap: on
line source

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