beremiz

file isExecutable
tests: IDE: prevent edit_project to save modifed example so that it doesn't influence following tests
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER