Created
March 28, 2023 19:44
-
-
Save GerardoHP/2f1485009d5ae2d3951d1f0f983e7ca6 to your computer and use it in GitHub Desktop.
execute Rider app with an optional argument to open a folder, should be created under /usr/local/bin
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
#!/bin/sh | |
open -na Goland.app --args "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment