Added podman host to pm-task.

This commit is contained in:
Ali
2026-04-02 11:38:17 +08:00
parent e3e23c2c36
commit 09d2dd41f1

View File

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