view bin/pastekarma @ 6883:6ef896cf3bbb

<shachaf> ` chmod +x bin/cmd
author HackBot
date Tue, 16 Feb 2016 02:04: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