#!/usr/bin env sh KHOME=/home/phil/build/ngn-k echo "Content-type: image/svg" echo "" $KHOME/k $@ | xargs echo exit 0