beremiz

file isExecutable
Various fixes to make svghmi_traffic_light example bahave on windows.
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER