Updated pm-task.

This commit is contained in:
Ali
2026-03-19 16:44:01 +08:00
parent 673e9f52be
commit 13d2cae74a

View File

@@ -53,6 +53,13 @@ function subGotoWorkspace() {
cd /mnt/workspace/docker cd /mnt/workspace/docker
fi fi
;; ;;
hivegcp)
if [ $1 ]; then
cd $HOME/docker/$1
else
cd $HOME/docker
fi
;;
HivePM) HivePM)
if [ $1 ]; then if [ $1 ]; then
cd /mnt/workspace/podman/$1 cd /mnt/workspace/podman/$1