Skip to content

Instantly share code, notes, and snippets.

@GerardoHP
Created March 28, 2023 19:43
Show Gist options
  • Save GerardoHP/b7cf2b9e809bfabfe47253f174c69f61 to your computer and use it in GitHub Desktop.
Save GerardoHP/b7cf2b9e809bfabfe47253f174c69f61 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
#!/bin/sh
open -na Rider.app --args "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment