From aa34fd6908f56ae815a81de4434c910b9f7cd76b Mon Sep 17 00:00:00 2001 From: Nicholas Mucks Date: Sun, 14 Jul 2024 12:41:29 -0700 Subject: [PATCH] Update automation.sh --- automation.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/automation.sh b/automation.sh index 506c7e706..bd480f9fe 100644 --- a/automation.sh +++ b/automation.sh @@ -1,3 +1,6 @@ +# use this by running sh automation.sh in Terminal + + echo "####################################################" echo "Stop and remove all running containers..." echo "docker stop $(docker ps -a -q)"