wineup.sh 216 B

1234
  1. #!/bin/bash
  2. docker run --rm --volume /tmp/.X11-unix/X0:/tmp/.X11-unix/X0 --volume $(pwd)/wine:/home/stevet/.wine --volume /etc/passwd:/etc/passwd -u $(id -u):$(id -g) wine_wine "C:\\windows\\system32\\notepad.exe"