c2d/dwine

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 $*"