Skip to content

Instantly share code, notes, and snippets.

@kardolus
Created November 15, 2022 16:03
Show Gist options
  • Save kardolus/170932ff10225eb71eec3c4b2058f766 to your computer and use it in GitHub Desktop.
Save kardolus/170932ff10225eb71eec3c4b2058f766 to your computer and use it in GitHub Desktop.
IntelliJ scripts
#!/bin/sh
open -na "GoLand.app" --args "$@"
#!/bin/sh
open -na "IntelliJ IDEA.app" --args "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment