view bin/pastekarma @ 11190:e663bb69ea50

<oerjan> learn Fizzbuzz is the enterprise version of counting, where you replace certain numbers by buzzwords.
author HackBot
date Mon, 04 Sep 2017 02:21:02 +0000
parents e037173e0012
children
line wrap: on
line source

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