beremiz
Clone
Summary
Browse
Changes
Graph
Examples: use print() function in "python" example
2023-05-22, Edouard Tisserant
ab0afe798428
file is
Executable
Examples: use print() function in "python" example
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER