Skip to content

Instantly share code, notes, and snippets.

@jfsanchez91
Created August 10, 2023 10:38
Show Gist options
  • Save jfsanchez91/af0056f27003e6b124b8bc19a4f135d1 to your computer and use it in GitHub Desktop.
Save jfsanchez91/af0056f27003e6b124b8bc19a4f135d1 to your computer and use it in GitHub Desktop.
Idea cmn line launcher (ToolBox 2.0)
#!/bin/sh
# BIN_PATH=$(ls -d $HOME/.local/share/JetBrains/Toolbox/apps/IDEA-U/ch-0/*/bin | head -n 1)
BIN_PATH=$HOME/.local/share/JetBrains/Toolbox/apps/intellij-idea-ultimate/bin
("$BIN_PATH/idea.sh" "$@" >/dev/null 2>&1 &)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment