-
-
Save valerierx/95dbd7113b9d333cb06f4c4f15fc798e to your computer and use it in GitHub Desktop.
Applescript for Running an exe file in wine
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tell application "Terminal" | |
do script "wine /path/to/your/exe/file" | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment