Files
MUTN/commit.sh
T

5 lines
79 B
Bash
Executable File

#!/bin/sh
gofmt -l -w -s ./src/cli/*.go ./mutn.go
git commit -am "$1"
git push