view bin/pastekarma @ 2202:3c42971d0734

<fizzie> head -n 1 bin/relcome > bin/reelcome
author HackBot
date Thu, 21 Feb 2013 12:36:50 +0000
parents e037173e0012
children
line wrap: on
line source

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