view bin/pastekarma @ 9751:9a9869f901c6

<shachaf> rm share/tanebgrep
author HackBot
date Tue, 22 Nov 2016 03:08:09 +0000
parents e037173e0012
children
line wrap: on
line source

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