Skip to content

Instantly share code, notes, and snippets.

@skryvets
Created March 10, 2022 04:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skryvets/1913f225e97ce526675c899a9d7cb722 to your computer and use it in GitHub Desktop.
Save skryvets/1913f225e97ce526675c899a9d7cb722 to your computer and use it in GitHub Desktop.
#Create a file
sudo touch /usr/local/bin/idea
#bash script:
#!/usr/bin/env bash
snap run intellij-idea-ultimate $1 /dev/null 2&1 &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment