Created
July 21, 2014 22:36
-
-
Save Morasta/17361801039e5557696f to your computer and use it in GitHub Desktop.
AppleScript Homebrew Wine Launcher
This file contains hidden or 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
-- 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