beremiz

replaced depreciated functions
python3
2022-11-10, GP Orcullo
25195da82745
file isExecutable
replaced depreciated functions
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER