view bin/pastekarma @ 3300:08562e5ad22a

<mnoqy> addquote <kmc> are you a hardcore PC gamer Sgeo_ <Sgeo_> Want to be
author HackBot
date Sat, 13 Jul 2013 20:23:34 +0000
parents e037173e0012
children
line wrap: on
line source

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