Skip to content

Instantly share code, notes, and snippets.

@Morasta
Created July 21, 2014 22:36
Show Gist options
  • Save Morasta/17361801039e5557696f to your computer and use it in GitHub Desktop.
Save Morasta/17361801039e5557696f to your computer and use it in GitHub Desktop.
AppleScript Homebrew Wine Launcher
-- main.scpt
-- Cocoa-AppleScript Applet
tell application "Terminal"
activate
do shell script "/usr/local/bin/wine '/Users/<user>/.wine/drive_c/Program Files/<programdir>/<program.exe>'"
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment