beremiz

show underscore as space
python3
2023-02-19, GP Orcullo
d5014da90054
file isExecutable
show underscore as space
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER