view bin/pastekarma @ 9941:ac4cfb3a5b1b

<shachaf> slwd angband//s#\\. #. #g
author HackBot
date Sun, 11 Dec 2016 19:43:20 +0000
parents e037173e0012
children
line wrap: on
line source

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