view bin/pastekarma @ 11965:5ee76938a218 draft

<rain2> ` echo rain1 >> bin/ioccclist
author HackEso <hackeso@esolangs.org>
date Thu, 10 Oct 2019 07:20:42 +0000
parents e037173e0012
children
line wrap: on
line source

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