monado/scripts/update-ht-models.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
255 B
Bash
Raw Permalink Normal View History

#!/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
cd ~/.local/share/monado/hand-tracking-models
git pull