view bin/pastekarma @ 4310:e89078276895

<FreeFull> ln -s /bin/echo /hackenv/bin/rot0
author HackBot
date Thu, 16 Jan 2014 17:57:26 +0000
parents e037173e0012
children
line wrap: on
line source

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