4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
docker run -it --rm --workdir=$(pwd)/ --volume="/home/$USER:/home/$USER" tzutalin/py2qt4
|
|
|