Skip to content

Instantly share code, notes, and snippets.

@GerardoHP
Created March 28, 2023 19:44
Show Gist options
  • Save GerardoHP/2f1485009d5ae2d3951d1f0f983e7ca6 to your computer and use it in GitHub Desktop.
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
#!/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