Created
June 19, 2018 12:19
-
-
Save patrick-werner/d2b276ed1ebfcc392b3ee39f0d93e69a to your computer and use it in GitHub Desktop.
AppleScript to launch Forge on OSX
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 "WINEPREFIX=\"$HOME/.forge\" WINEARCH=win32 wine ~/.forge/setup.exe" | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment