view bin/pastekarma @ 7899:3173024d658d

<shachaf> rm test
author HackBot
date Sat, 07 May 2016 00:26:15 +0000
parents e037173e0012
children
line wrap: on
line source

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