beremiz

fixing outdated comments

17 months ago, Edouard Tisserant
45a66c3fa78a
file isExecutable
fixing outdated comments
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER