Skip to content

Instantly share code, notes, and snippets.

@mprihoda
Created July 13, 2012 17:53
Show Gist options
  • Save mprihoda/3106273 to your computer and use it in GitHub Desktop.
Save mprihoda/3106273 to your computer and use it in GitHub Desktop.
IntelliJ IDEA stub/env runner
#!/usr/bin/env sh
test -e ~/.zshenv && source ~/.zshenv
# execute the real JavaApplicationStub
here="${0%/*}"
cmd="idea_orig"
exec "$here/$cmd" "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment