view bin/pastekarma @ 4725:e4f72e2fe640

<oerjan> ` strings bin/searchlog | paste
author HackBot
date Tue, 19 Aug 2014 09:53:27 +0000
parents e037173e0012
children
line wrap: on
line source

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