beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix exception when re-opening previously closed tab
wxPython4
2022-10-21, Edouard Tisserant
d8dc29dfc344
file is
Executable
IDE: fix exception when re-opening previously closed tab
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER