view bin/pastekarma @ 7505:76d7f3b0e837

<oerjan> rm testpylib
author HackBot
date Tue, 19 Apr 2016 23:07:24 +0000
parents e037173e0012
children
line wrap: on
line source

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