if test -z "$DISPLAY"; then
   cat > /dev/null
else
   python $BASILISK/bview-client.py > /dev/null
fi
