mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
5 lines
113 B
Bash
Executable File
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
|