mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
7 lines
73 B
Bash
7 lines
73 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
(
|
||
|
cd $(dirname $0)
|
||
|
bash ./build-openxr-openhmd.sh
|
||
|
)
|