beremiz

129b8e32f5bb
file isExecutable
Tests: fix path logic in Docker creation script, consequence of previous commit.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER