view bin/pastekarma @ 2156:b7bf38492d41

<Phantom_Hoover> revert
author HackBot
date Sun, 17 Feb 2013 02:17:43 +0000
parents e037173e0012
children
line wrap: on
line source

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