beremiz

Runtime: py3 fix forcing of STRING

2023-07-20, Edouard Tisserant
a95b5ee1a0ea
file isExecutable
Runtime: py3 fix forcing of STRING
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER