KILL_PYROS_DOCKER_RUN_MAC 313 Bytes
#!/usr/bin/env bash

#if no container is running
if ! [ $(docker ps | grep 'pyros' | wc -l) -eq 2 ]
then
    echo "db_pyros or pyros weren't running, starting them..."
    ./PYROS_DOCKER_START.bat
fi

#docker exec pyros bash -c docker/KILL_PYROS_DOCKER_RUN
docker exec pyros bash docker/KILL_PYROS_DOCKER_RUN $1