view bin/pastekarma @ 7262:e2b9176077ac

<shachaf> rm bin/smackego
author HackBot
date Mon, 21 Mar 2016 22:47:02 +0000
parents e037173e0012
children
line wrap: on
line source

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