mirror of
https://github.com/datajerk/c2d.git
synced 2026-03-11 05:41:37 +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 $*"
|