PYROS_DOCKER_SHELL 209 Bytes
#!/bin/bash

#if no container is running
if ! docker ps | grep -q 'db_pyros|pyros'
then
    echo "db_pyros or pyros weren't running, starting them..."
    ./PYROS_DOCKER_START.bat
fi
docker exec -it pyros bash