oauth_new

This commit is contained in:
2025-06-18 17:25:42 +09:00
parent 174cb12d4d
commit b54e8089ea
38 changed files with 5192 additions and 323 deletions

View File

@ -64,6 +64,10 @@ case "${1:-serve}" in
oauth|o)
_oauth_build
;;
n)
oauth=$d/oauth_new
_oauth_build
;;
comment|co)
_server_comment
;;