view bin/pastekarma @ 6228:81137efb1901

<tswett> le/rn yeeeeeeeeesh/See yeeeeeeeesh.
author HackBot
date Thu, 19 Nov 2015 01:54:56 +0000
parents e037173e0012
children
line wrap: on
line source

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