Files
FixIt/fixit_checker.sh
T
2022-01-18 15:57:08 +08:00

5 lines
159 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"