view bin/pastekarma @ 11800:22698dc356fe draft

<gerzytet> learn toilet is elliot spelled backwards, without the extra l, with a t at the end.
author HackEso <hackeso@esolangs.org>
date Mon, 29 Apr 2019 01:40:29 +0000
parents e037173e0012
children
line wrap: on
line source

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