beremiz
Clone
Summary
Browse
Changes
Graph
Various fixes to make svghmi_traffic_light example bahave on windows.
2022-05-25, Edouard Tisserant
563996733dba
file is
Executable
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