view bin/pastekarma @ 2374:f368e91512e6

<Jafet> rm Category:Self-modifying
author HackBot
date Tue, 05 Mar 2013 00:07:13 +0000
parents e037173e0012
children
line wrap: on
line source

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