view bin/pastekarma @ 3916:46e2ffcf006b

<Bike> echo \'rm bin/slist\' >> bin/slist # There.
author HackBot
date Fri, 18 Oct 2013 03:03:08 +0000
parents e037173e0012
children
line wrap: on
line source

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