monado/.gitlab-ci/arch_container_prep.sh
2020-05-28 19:46:14 +00:00

7 lines
71 B
Bash

#!/bin/sh
(
cd $(dirname $0)
bash ./build-openxr-openhmd.sh
)