beremiz
Clone
Summary
Browse
Changes
Graph
replaced depreciated function
python3
2022-10-31, GP Orcullo
c032fff8af32
file is
Executable
replaced depreciated function
cmp is not used for sorting
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER