Files
FixIt/fixit_checker.sh
T
2022-07-30 18:24:52 +08:00

8 lines
281 B
Bash

#! /bin/bash
# author: Lruihao
# Copy this to your path use command:
# cat themes/FixIt/fixit_checker.sh > fixit_checker.sh
echo "Checking for FixIt updates ..."
git submodule update --remote --merge
git add themes/FixIt
git commit -m ":arrow_up: Chore: update FixIt theme version"