view bin/pastekarma @ 10241:c9e4b25d8966

<shachaf> slwd fizzie//s.king.prime minister.
author HackBot
date Mon, 13 Feb 2017 01:37:54 +0000
parents e037173e0012
children
line wrap: on
line source

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