Initial code commit

This commit is contained in:
2024-01-16 14:35:34 -05:00
parent 53e0799a4a
commit 4ccae3e5a8
3 changed files with 38 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
git add -f extra src/*.go src/*.mod .gitignore commit.sh LICENSE README.md
git commit -m "$1"
git push