beremiz

file isExecutable
MQTT: Update available type choices when data types are changed in the IDE
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER