#!/bin/sh

echo "Content-type: text/plain"
echo
LD_LIBRARY_PATH=/usr/openwin/lib:/usr/local/apps/gnu_plotutil/lib
export LD_LIBRARY_PATH
./libtest
