view bin/pastekarma @ 3356:596372aad413

<oerjan> interp \'bf_txtgen Bot prefixes: fungot ^, HackEgo `, EgoBot !, lambdabot @ or ?, thutubot +, metasepia ~, jconn ) , blsqbot !\' >prefs
author HackBot
date Fri, 02 Aug 2013 03:37:58 +0000
parents e037173e0012
children
line wrap: on
line source

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