view bin/pastekarma @ 6455:d61a717a588f

<shachaf> ` sed -i \'s/progress/cigars, &/\' wisdom/tanebvention
author HackBot
date Tue, 22 Dec 2015 18:44:59 +0000
parents e037173e0012
children
line wrap: on
line source

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