view bin/pastekarma @ 7550:abe6d286f5ae

<Moon_> mkx test//moonwashere
author HackBot
date Wed, 27 Apr 2016 22:53:34 +0000
parents e037173e0012
children
line wrap: on
line source

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