view bin/pastekarma @ 4141:eff97e234e66

<boily> rm bin/a{,.cpp}
author HackBot
date Fri, 06 Dec 2013 15:35:28 +0000
parents e037173e0012
children
line wrap: on
line source

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