beremiz
Clone
Summary
Browse
Changes
Graph
runtime: fix bugs introduced in previous commit, and refactor some code
wxPython4
2022-08-16, Edouard Tisserant
efdefbad49eb
file is
Executable
runtime: fix bugs introduced in previous commit, and refactor some code
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER