beremiz

fake_wx: handle missing classname
python3
2023-02-21, GP Orcullo
9ec48ec13b65
file isExecutable
fake_wx: handle missing classname
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER