mirror of
https://github.com/rwinkhart/MUTN.git
synced 2026-08-28 04:46:41 -04:00
6 lines
139 B
Bash
Executable File
6 lines
139 B
Bash
Executable File
#!/bin/sh
|
|
gofmt -l -w -s ./src/*.go
|
|
git add -f extra src/*.go src/*.mod .gitignore commit.sh LICENSE README.md
|
|
git commit -m "$1"
|
|
git push
|