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

7 lines
73 B
Bash

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