view bin/pastekarma @ 2838:47ed33ee4b8c

<coppro> delquote 68
author HackBot
date Sat, 04 May 2013 06:14:30 +0000
parents e037173e0012
children
line wrap: on
line source

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