aboutsummaryrefslogtreecommitdiffstats
path: root/bin/hackvr
blob: 1c9d16c9a92f0d59d260edc7b1250e0baf40c37a (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/sh
if [ "_$HACKVR" != "_" -a "_$HACKVR" != "_$0" ];then
 exec $HACKVR $*
fi
if [ $DISPLAY ]; then
 exec hackvr_x11 $*
else
 exec hackvr_fb $*
fi