Files
MUTN/commit.sh
T
2024-01-16 14:35:34 -05:00

5 lines
113 B
Bash
Executable File

#!/bin/sh
git add -f extra src/*.go src/*.mod .gitignore commit.sh LICENSE README.md
git commit -m "$1"
git push