view bin/pastekarma @ 9227:42f39ee33d71

<oerjan> ` rm Ros*
author HackBot
date Mon, 10 Oct 2016 23:48:09 +0000
parents e037173e0012
children
line wrap: on
line source

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