mirror of
https://github.com/datajerk/c2d.git
synced 2025-03-25 18:29:34 +00:00
5 lines
89 B
Bash
Executable File
5 lines
89 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -x
|
|
docker run --rm -it -v $PWD:/pwd wine32 bash -c "cd /pwd && wine $*"
|