mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-02-09 16:08:41 +01:00
7 lines
274 B
Bash
7 lines
274 B
Bash
#!/bin/sh
|
|
sh ./Main.sh
|
|
sh ./SetupGitProfile.sh || true
|
|
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
|