view bin/pastekarma @ 5955:de7749cfb1d9

<fizzie> ` sed -i -e \'s,>/tmp/a.c &&,|,;s|/tmp/a.c|-x c -|\' bin/cc
author HackBot
date Thu, 03 Sep 2015 08:03:54 +0000
parents e037173e0012
children
line wrap: on
line source

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