summaryrefslogtreecommitdiff
path: root/src/hackvr
diff options
context:
space:
mode:
Diffstat (limited to 'src/hackvr')
-rwxr-xr-xsrc/hackvr6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/hackvr b/src/hackvr
new file mode 100755
index 0000000..919b697
--- /dev/null
+++ b/src/hackvr
@@ -0,0 +1,6 @@
+#!/bin/sh
+if [ $DISPLAY ]; then
+ exec hackvr_x11 $*
+else
+ exec hackvr_fb $*
+fi