beremiz

f7bc4e5832be
file isExecutable
Runtime: spawn_subprocess: handle non-bytes args
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER