mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 04:36:07 +00:00
7 lines
71 B
Bash
7 lines
71 B
Bash
#!/bin/sh
|
|
|
|
(
|
|
cd $(dirname $0)
|
|
bash ./build-openxr-openhmd.sh
|
|
)
|