The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at disable-ht-prediction 13 lines 469 B view raw
1#!/bin/sh 2# SPDX-License-Identifier: CC0-1.0 3# SPDX-FileCopyrightText: 2018-2024, Collabora, Ltd. and the Monado contributors 4 5# This runs the command in the README as an extra bit of continuous integration. 6set -e 7 8( 9 cd "$(dirname "$0")" 10 # Getting the path set up right for pipx in CI is a hassle. 11 # This script is usage on the CI itself only! 12 sh -c "$(grep '^pipx' README.md | sed 's/pipx install/python3 -m pip install --break-system-packages/' )" 13)