#!/bin/sh
cd `dirname $0`/jquest
XLIB_SKIP_ARGB_VISUALS=1
export XLIB_SKIP_ARGB_VISUALS
nohup ./jquest
