diff options
author | epoch <epoch@hacking.allowed.org> | 2020-04-13 00:09:21 -0500 |
---|---|---|
committer | epoch <epoch@hacking.allowed.org> | 2020-04-13 00:09:21 -0500 |
commit | 238552fcfc3ee9fec2bda0d29a5e1da823aec1f1 (patch) | |
tree | 8dd3b4ee9fec797f5cacbe62932d469653d644a9 /bin/hackvr | |
parent | dd737c645037d32bd67a6ca6f377787297921421 (diff) | |
parent | d30c6246ef2bd08d6420278c0c94e7173fa4a925 (diff) | |
download | hackvr-238552fcfc3ee9fec2bda0d29a5e1da823aec1f1.tar.gz hackvr-238552fcfc3ee9fec2bda0d29a5e1da823aec1f1.zip |
Merge branch 'master' of ssh://21.41.41.1/var/git/hackvr
Diffstat (limited to 'bin/hackvr')
-rwxr-xr-x | bin/hackvr | 9 |
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 |