beremiz

Update README.md
wxPython4
2022-10-20, etisserant
08a078a04f95
file isExecutable
Update README.md

use back quote instead of simple quote for quoted strings.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER