beremiz
Clone
Summary
Browse
Changes
Graph
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
wxPython4
2022-02-18, Edouard Tisserant
67a4d207bace
file is
Executable
IDE: Fix one more sequel of wxPython4 port : typo in editors/TextViewer.py
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER