mirror of
https://github.com/datajerk/c2d.git
synced 2025-01-23 21:30:45 +00:00
5 lines
100 B
Bash
Executable File
5 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
docker run --rm -it -v $PWD:/pwd wine32 bash -c "cd /pwd && sleep 1 && wine $*"
|