beremiz

822fdcef784b
file isExecutable
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