view bin/pastekarma @ 8572:abcbf0afc6ff

<shachaf> revert
author HackBot
date Wed, 22 Jun 2016 20:36:22 +0000
parents e037173e0012
children
line wrap: on
line source

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