Skip to content

Instantly share code, notes, and snippets.

@csarigoz
Created March 8, 2016 08:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save csarigoz/4dca236cba941e835f87 to your computer and use it in GitHub Desktop.
Save csarigoz/4dca236cba941e835f87 to your computer and use it in GitHub Desktop.
Applescript for Running an exe file in wine
#open gemius explorer
tell application "Terminal"
do script "/usr/local/bin/wine ~/.wine/drive_c/Program\\ Files/Gemius/gemiusExplorer/gemiusExplorer.exe"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment