OcttKB/GitLab.Main.sh
2023-03-03 13:06:20 +01:00

7 lines
278 B
Bash
Executable File

#!/bin/sh
sh ./OcttKB.EmptyDate.sh
sh ./SetupGitProfile.sh
CommitCheck="$(git log -1 --pretty=%B)"
CommitMsg0="OcttKB Cross-Repo Sync"
[ "$CommitCheck" != "$CommitMsg0 (HTML to Raw)" ] && [ "$CommitCheck" != "$CommitMsg0 (Raw to HTML)" ] && sh ./GitLab.CrossRepoSync.sh || true