summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorepoch <epoch@hacking.allowed.org>2018-02-19 05:48:27 -0600
committerepoch <epoch@hacking.allowed.org>2018-02-19 05:48:27 -0600
commit17d055140312343e74e28af32156e6cf0eb0aae6 (patch)
tree731f3444000abb0a9f85e1543cd8e1eb571aa560 /src
parent589f96f40721162300ac4907096629923f0d5901 (diff)
downloadhackvr-17d055140312343e74e28af32156e6cf0eb0aae6.tar.gz
hackvr-17d055140312343e74e28af32156e6cf0eb0aae6.zip
added small hackvr script to wrap _x11 and _fb. updated README a bit to mention fb version. removed hackvr from gitignore
Diffstat (limited to 'src')
-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