view bin/pastekarma @ 8805:a4b811ffa294

<shachaf> sedlast s/unknown/classified/
author HackBot
date Thu, 14 Jul 2016 00:32:22 +0000
parents e037173e0012
children
line wrap: on
line source

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