summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2020-04-13 00:09:21 -0500
committerepoch <epoch@hacking.allowed.org>2020-04-13 00:09:21 -0500
commit238552fcfc3ee9fec2bda0d29a5e1da823aec1f1 (patch)
tree8dd3b4ee9fec797f5cacbe62932d469653d644a9 /bin
parentdd737c645037d32bd67a6ca6f377787297921421 (diff)
parentd30c6246ef2bd08d6420278c0c94e7173fa4a925 (diff)
downloadhackvr-238552fcfc3ee9fec2bda0d29a5e1da823aec1f1.tar.gz
hackvr-238552fcfc3ee9fec2bda0d29a5e1da823aec1f1.zip
Merge branch 'master' of ssh://21.41.41.1/var/git/hackvr
Diffstat (limited to 'bin')
-rwxr-xr-xbin/hackvr9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/hackvr b/bin/hackvr
new file mode 100755
index 0000000..1c9d16c
--- /dev/null
+++ b/bin/hackvr
@@ -0,0 +1,9 @@
+#!/bin/sh
+if [ "_$HACKVR" != "_" -a "_$HACKVR" != "_$0" ];then
+ exec $HACKVR $*
+fi
+if [ $DISPLAY ]; then
+ exec hackvr_x11 $*
+else
+ exec hackvr_fb $*
+fi