beremiz

file isExecutable
Various fixes to make svghmi_traffic_light example bahave on windows.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER