view bin/pastekarma @ 3127:c26274f7540f

<L8D> cd delvs-master;gcc main.c -o delvs
author HackBot
date Sun, 16 Jun 2013 06:24:00 +0000
parents e037173e0012
children
line wrap: on
line source

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