view bin/pastekarma @ 10565:19c56723a5cd

<int-e> rm wisdom/guestbot
author HackBot
date Sat, 01 Apr 2017 14:38:05 +0000
parents e037173e0012
children
line wrap: on
line source

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