view bin/pastekarma @ 6064:c7c88d1812eb

<ais523> ` chmod a+x bin/asm
author HackBot
date Fri, 16 Oct 2015 22:36:32 +0000
parents e037173e0012
children
line wrap: on
line source

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