Skip to content

Instantly share code, notes, and snippets.

@kitingChris
Created May 8, 2021 18:37
Show Gist options
  • Save kitingChris/ca2769d63bc926bfceffe27a5f53a756 to your computer and use it in GitHub Desktop.
Save kitingChris/ca2769d63bc926bfceffe27a5f53a756 to your computer and use it in GitHub Desktop.
Launching current Intellij Idea version
#!/usr/bin/env bash
$($(cat /usr/local/share/applications/jetbrains-idea.desktop ~/.local/share/applications/jetbrains-idea.desktop 2>/dev/null | grep -m1 -Eo '^Exec="(.*)"' | cut -d'"' -f2) "$@")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment