Files
FixIt/fixit_checker.sh
T
2022-01-18 21:40:28 +08:00

5 lines
158 B
Bash

echo "Checking for FixIt updates ..."
cd ../..
git submodule update --remote
git add themes/FixIt
git commit -m ":arrow_up: Chore: update FixIt theme version"