beremiz

92bfefddae27
file isExecutable
Tests: version bump open62541 v1.3.2 -> v1.3.3 for github CI workflow.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER