view bin/pastekarma @ 2691:b145e831bb3c

<Jafet> mv {,bin/}q && rm q.c
author HackBot
date Sun, 14 Apr 2013 11:59:17 +0000
parents e037173e0012
children
line wrap: on
line source

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