#!/bin/sh KHOME=/home/phil/build/ngn-k echo "Content-type: text/html" echo "" echo "ksvg: Preview" $KHOME/k $@ | xargs echo echo "" exit 0