view bin/pastekarma @ 10712:eb301334adea

<int-e> revert
author HackBot
date Sun, 16 Apr 2017 15:38:23 +0000
parents e037173e0012
children
line wrap: on
line source

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