beremiz
Clone
Summary
Browse
Changes
Graph
IDE: fix SFC Action editor's text not visible on GTK3's dark themes.
wxPython4
2022-10-21, Edouard Tisserant
822fdcef784b
file is
Executable
IDE: fix SFC Action editor's text not visible on GTK3's dark themes.
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER