monado/.gitlab-ci/ubuntu:container_prep.sh
2020-05-07 20:04:08 +00:00

7 lines
73 B
Bash

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