mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 00:51:46 +00:00
scripts: Add script to get hand tracking models
This commit is contained in:
parent
dd5cbee0bc
commit
c54cc23287
13
scripts/get-ht-models.sh
Executable file
13
scripts/get-ht-models.sh
Executable 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
|
Loading…
Reference in a new issue