mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-03-26 05:20:04 +01:00
6 lines
245 B
Bash
Executable File
6 lines
245 B
Bash
Executable File
#!/bin/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
|