Update 2024-12-26 15:09 OpenBSD/amd64-t14
This commit is contained in:
parent
8d1878581b
commit
3768436e21
@ -10,6 +10,7 @@ cd "$HOME/blog"
|
||||
_extra="---
|
||||
deploy-test * Test Deployment
|
||||
deploy-prod * Prod Deployment
|
||||
maintenance * Maintenance Mode
|
||||
new * New Post
|
||||
quit * Quit Main Menu"
|
||||
|
||||
@ -133,6 +134,7 @@ case "$_selection" in
|
||||
---) ;;
|
||||
deploy-test) make update ;;
|
||||
deploy-prod) make prod ;;
|
||||
maintenance) make maintenance ;;
|
||||
quit) _quit=1; echo "Good bye." ;;
|
||||
*) [ -n "$_selection" ] \
|
||||
&& _edit_entry "$_selection" \
|
||||
|
Loading…
Reference in New Issue
Block a user