view bin/pastekarma @ 7283:673d4757bf65

<oerjan> ` mv bin/u8tbl.{elf,exe}
author HackBot
date Fri, 25 Mar 2016 23:59:46 +0000
parents e037173e0012
children
line wrap: on
line source

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