Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created November 22, 2023 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remlapmot/b19077e19b0874c28a09947f31f72401 to your computer and use it in GitHub Desktop.
Save remlapmot/b19077e19b0874c28a09947f31f72401 to your computer and use it in GitHub Desktop.
Open second instance of an app on macOS
open -n -a RStudio.app
@remlapmot
Copy link
Author

And give script execute permissions chmod +x rstudio.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment