beremiz
Clone
Summary
Browse
Changes
Graph
MQTT+IDE: Allow user to associate IEC structure datatype to a topic.
21 months ago, Edouard Tisserant
51272fe96999
file is
Executable
MQTT+IDE: Allow user to associate IEC structure datatype to a topic.
#!/bin/bash
set -e
CONTAINER=beremiz_sikuli_current
docker stop $CONTAINER
docker start $CONTAINER
docker exec $CONTAINER bash -c "do_tests $1"
docker stop $CONTAINER