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

7 lines
71 B
Bash

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