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
set -e
echo "Building docker image"
docker build \
--build-arg UID=$(id -u) \
--build-arg GID=$(id -g) \
-t beremiz_sikuli .