dev #1

Merged
Gabriel merged 9 commits from dev into main 2025-12-23 15:55:37 +00:00
Showing only changes of commit c21e077780 - Show all commits

View File

@@ -19,9 +19,7 @@ while true; do
echo "[INFO] Triggered at $(date)"
# Prompt the user for a commit message
read -rp "Enter commit message: " COMMIT_MSG
# Fallback if the user presses enter without typing a message
read -rp "Enter commit message: " COMMIT_MSG </dev/tty
if [[ -z "$COMMIT_MSG" ]]; then
COMMIT_MSG="Committed"
fi