view bin/pastekarma @ 12217:0997d27ba23b draft

<b_jonas> `` rm -fv /hackenv/bin/bfbotquine
author HackEso <hackeso@esolangs.org>
date Sat, 30 Nov 2019 22:33:17 +0000
parents e037173e0012
children
line wrap: on
line source

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