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