beremiz
Clone
Summary
Browse
Changes
Graph
IDE: allow structures to be located.
21 months ago, Edouard Tisserant
f30573e98600
file is
Executable
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