Created
November 22, 2023 14:36
-
-
Save remlapmot/b19077e19b0874c28a09947f31f72401 to your computer and use it in GitHub Desktop.
Open second instance of an app on macOS
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
open -n -a RStudio.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
And give script execute permissions
chmod +x rstudio.sh