Files
2026-05-29 08:40:31 -06:00

4 lines
90 B
Bash
Executable File

#!/usr/bin/env bash
git add -A && git commit -m "$*" --no-verify && git pull && git push