Implement initial markdown wiki w/copy of clipboard troubleshooting info from sshyp

This commit is contained in:
2024-07-05 23:42:40 -04:00
parent 964b6ea589
commit 4b16bb9d22
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/sh
gofmt -l -w -s ./src/cli/*.go
gofmt -l -w -s ./src/backend/*.go
git add -f extra src .gitignore commit.sh go.mod go.sum LICENSE mutn.go libmuttonserver.go README.md
git add -f extra src wiki .gitignore commit.sh go.mod go.sum LICENSE mutn.go libmuttonserver.go README.md
git commit -m "$1"
git push