beremiz

file isExecutable
SVGHMI: fix widget's update frequency forcing : syntax checking was enforcing unit and js code was using undefined variables
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER