This commit is contained in:
iceBear67
2025-03-22 16:41:22 +08:00
parent 77df592e20
commit 4c384fe219
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -6,6 +6,10 @@ if test ! -e /bin/docker
echo "Docker is not installed. Type 'install-docker' to install if needed." echo "Docker is not installed. Type 'install-docker' to install if needed."
end end
function exit
tmux detach && exit
end
function install-docker function install-docker
if test -e /bin/docker if test -e /bin/docker
echo "Docker is already present at /bin/docker." echo "Docker is already present at /bin/docker."