view bin/pastekarma @ 11148:c3351169a617

<fizzie> ` sed -i -e \'s/multicode/singlecode/g\' bin/unidecode
author HackBot
date Tue, 08 Aug 2017 23:03:14 +0000
parents e037173e0012
children
line wrap: on
line source

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