view bin/pastekarma @ 8432:9345cfdfdd22

<shachaf> sled bin/lastfiles//s/$/ "$@"/
author HackBot
date Fri, 10 Jun 2016 03:02:26 +0000
parents e037173e0012
children
line wrap: on
line source

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