view bin/pastekarma @ 8035:e526851632ca

<oerjan> mkx bin/<command>//echo Stop taking everything literally!
author HackBot
date Sat, 14 May 2016 13:03:22 +0000
parents e037173e0012
children
line wrap: on
line source

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