view bin/pastekarma @ 11513:408737ffa142 draft

<int-e> slwd tanebvention//s/comma,/comma, ruin,/
author HackEso <hackeso@esolangs.org>
date Tue, 17 Apr 2018 16:22:06 +0100
parents e037173e0012
children
line wrap: on
line source

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