beremiz

file isExecutable
python runtime: fix behaviour of -s CLI option when given file doesn't exist.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER