view bin/pastekarma @ 9260:4d2897f5c0fe

<oerjan> rm bin/arienvenido
author HackBot
date Thu, 13 Oct 2016 22:29: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