beremiz
Clone
Summary
Browse
Changes
Graph
Runtime: spawn_subprocess: handle non-bytes args
2023-06-18, Edouard Tisserant
f7bc4e5832be
file is
Executable
Runtime: spawn_subprocess: handle non-bytes args
#!/bin/bash
CONTAINER=beremiz_sikuli_current
docker start $CONTAINER
docker exec -i -t -u root $CONTAINER bash
docker stop $CONTAINER