PYROS_DOCKER_UPDATE.bat 172 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 #!/bin/bash # if no container is running #if ! docker ps | grep -q 'db_pyros|pyros' #then # ./PYROS_DOCKER_START.bat #fi docker exec -it pyros python3 pyros.py update