Files
libmutton/commit.sh
T
2024-08-08 19:16:26 -04:00

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