view test/pastekarma @ 121:8a04b0258775

<elliott> run mv bin test; touch bin
author HackBot
date Thu, 22 Mar 2012 19:17:38 +0000
parents
children
line wrap: on
line source

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