beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: remove now useless typechecking/convertion
2023-07-20, Edouard Tisserant
b4f8fe5e3b0f
file is
Executable
Runtime: remove now useless typechecking/convertion
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER