#!/bin/sh
# miscellaneous tests
echo "context-type:text"
echo
echo pwd is `pwd`
echo "following is a listing of /"
ls /
echo "calling calkl_client in current directory"
./call_client -E document
