control-freak-ide/dist/misc_linux/update_linux.sh
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

11 lines
132 B
Bash

#!/usr/bin/env bash
git clean -f
git reset --hard origin
git pull
git lfs pull
git clean -f
echo "You can close this window now"