Browse Source

add publish callback

encrypt 3 years ago
parent
commit
6f94289811
1 changed files with 3 additions and 0 deletions
  1. 3 0
      boh

+ 3 - 0
boh

@@ -145,6 +145,9 @@ case $command in
     "serve"|"server"|"s")
 	boh_serve
 	;;
+    "publish")
+	type boh_publish &> /dev/null && { boh_publish; }
+	;;
     *)
 	boh_help
 	;;