#!/bin/sh
if [ $DISPLAY ]; then
 exec hackvr_x11 $*
else
 exec hackvr_fb $*
fi