beremiz

a538a163ff6f
file isExecutable
IDE tests: ensure that file browser idled before entering path in new_project
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER