beremiz

pythonw is used on OSX
python3
2022-11-09, GP Orcullo
a26453d1c54d
file isExecutable
pythonw is used on OSX
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER