mirror of
https://github.com/rwinkhart/libmutton.git
synced 2026-08-28 12:56:31 -04:00
5 lines
99 B
Bash
Executable File
5 lines
99 B
Bash
Executable File
#!/bin/sh
|
|
gofmt -l -w -s ./core/*.go ./sync/*.go ./libmuttonserver.go
|
|
git commit -am "$1"
|
|
git push
|