beremiz
Clone
Summary
Browse
Changes
Graph
SVGHMI: Fix creation of SVG file if none provided
2023-11-22, Edouard Tisserant
6d65508a059e
file is
Executable
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