Skip to content

Instantly share code, notes, and snippets.

@valerierx
Forked from csarigoz/run_exe_file_in_wine
Last active June 16, 2018 11:41
Show Gist options
  • Save valerierx/95dbd7113b9d333cb06f4c4f15fc798e to your computer and use it in GitHub Desktop.
Save valerierx/95dbd7113b9d333cb06f4c4f15fc798e to your computer and use it in GitHub Desktop.
Applescript for Running an exe file in wine
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