#!/usr/local/bin/zsh
#
# This script sets up the client node to have the
# correct environment variables and runs the crserver.
# For Chromium 1.2 - used with Pixel Blaster
#

export PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/<path_to_crdir>/cr-1.2/bin/Linux:/scrtch/<username>/
export LD_LIBRARY_PATH=/<path_to_crdir>/cr-1.2/lib/Linux
export DISPLAY=:0

/usr/local/bin/vidwal

nohup crserver -mothership boba142 &

exit
