mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 18:46:18 +00:00
9 lines
173 B
Bash
9 lines
173 B
Bash
#!/bin/sh
|
|
# Copyright 2018-2020, Collabora, Ltd. and the Monado contributors
|
|
# SPDX-License-Identifier: BSL-1.0
|
|
|
|
(
|
|
cd $(dirname $0)
|
|
bash ./build-openxr-openhmd.sh
|
|
)
|