Skip to content

Instantly share code, notes, and snippets.

@robc
Created November 11, 2016 11:47
Show Gist options
  • Save robc/bf2171cae85e3e17326ebbbcd0f25ac4 to your computer and use it in GitHub Desktop.
Save robc/bf2171cae85e3e17326ebbbcd0f25ac4 to your computer and use it in GitHub Desktop.
macOS launch script for sdlmame builds!
#!/bin/sh
cd "$(dirname "$0")"
./mame64 -window -keepaspect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment