#!/bin/sh

XFILESEARCHPATH="./%N:$XFILESEARCHPATH"
export XFILESEARCHPATH

XRESOURCE_MAP_FILE=xresource.map
export XRESOURCE_MAP_FILE

# Run the demo programs.
./new_demo
./txj_demo

exit 0
