view bin/pastekarma @ 10072:3713b7a6920d

<zgrep> ` chmod +x bin/\xc3\xbcml\xc3\xa4\xc3\xbct
author HackBot
date Sun, 01 Jan 2017 16:22:48 +0000
parents e037173e0012
children
line wrap: on
line source

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