Files
CanRtDriver/scripts/git_commit_push.sh
2025-12-17 19:22:37 +01:00

7 lines
57 B
Bash
Executable File

#!/bin/bash
git add --all
git commit -am "$1"
git push