view bin/pastekarma @ 10360:5d61ee99e04d

<oerjan> rm lele lele
author HackBot
date Tue, 07 Mar 2017 20:56:40 +0000
parents e037173e0012
children
line wrap: on
line source

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