view bin/pastekarma @ 12489:6b1d2bb35c60 draft

<int-e> ` mv /hackenv/share/UnicodeData.txt /hackenv/share/UnicodeData.txt.bak
author HackEso <hackeso@esolangs.org>
date Fri, 10 Nov 2023 13:31:08 +0000
parents e037173e0012
children
line wrap: on
line source

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