just starting

This commit is contained in:
2026-05-13 07:52:37 -06:00
commit 3caf829183
+8
View File
@@ -0,0 +1,8 @@
#!/usr/bin/bash
publish () {
local repo_name
repo_name=$(basename "$PWD")
# replace this with basic git or gitea as needed
gh repo create "captbrogers/$repo_name" --private --source=. --remote=origin --push
}