monado/.gitlab-ci/debian:container_prep.sh

7 lines
73 B
Bash
Raw Normal View History

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