#!/bin/sh
# This script enables you to try out the Xctest example application without
# having to move the Xctest.ad resource file to your home or defaults 
# directory.  ThanX to Robert Withrow.

XENVIRONMENT=./Xctest.ad; export XENVIRONMENT

./Xctest

