beremiz

6d65508a059e
file isExecutable
SVGHMI: Fix creation of SVG file if none provided
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER