beremiz

IDE: allow structures to be located.

21 months ago, Edouard Tisserant
f30573e98600
file isExecutable
IDE: allow structures to be located.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER