Files
FixIt/fixit_checker.sh
T
2022-01-19 00:12:33 +08:00

5 lines
166 B
Bash

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