index
:
hackvr.git
master
Virtual Reality programm
epoch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hackvr
blob: 919b6975d6768c949ca081d926c9d49cbf43a8f9 (
plain
) (
blame
)
1
2
3
4
5
6
#!/bin/sh if [ $DISPLAY ]; then exec hackvr_x11 $* else exec hackvr_fb $* fi