Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save patrick-werner/d2b276ed1ebfcc392b3ee39f0d93e69a to your computer and use it in GitHub Desktop.
Save patrick-werner/d2b276ed1ebfcc392b3ee39f0d93e69a to your computer and use it in GitHub Desktop.
AppleScript to launch Forge on OSX
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