scripts: Add script to get hand tracking models

This commit is contained in:
Moses Turner 2021-09-02 00:41:24 -05:00 committed by Moses Turner
parent dd5cbee0bc
commit c54cc23287

13
scripts/get-ht-models.sh Executable file
View file

@ -0,0 +1,13 @@
#!/bin/sh
# Copyright 2021, Collabora, Ltd.
# SPDX-License-Identifier: BSL-1.0
# Author: Moses Turner <moses@collabora.com>
if ! type "git-lfs" > /dev/null; then
echo "Install git-lfs!"
exit
fi
mkdir -p ~/.local/share/monado
cd ~/.local/share/monado
git clone https://gitlab.freedesktop.org/monado/utilities/hand-tracking-models