beremiz
Clone
Summary
Browse
Changes
Graph
convert sort and cmp functions to Python3
python3
2022-10-28, GP Orcullo
f713566d5d01
file is
Executable
convert sort and cmp functions to Python3
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER