Update automation.sh

This commit is contained in:
Nicholas Mucks 2024-07-14 12:41:29 -07:00
parent 80229e3da6
commit aa34fd6908

View file

@ -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)"