beremiz
Clone
Summary
Browse
Changes
Graph
Merge commit 'e2df70b60b84031d3ccd3ae799a4e3aa8112f3ff' into python3
2024-05-15, Edouard Tisserant
5df2cbc1cd1a
file is
Executable
Merge commit 'e2df70b60b84031d3ccd3ae799a4e3aa8112f3ff' into python3
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER