Changed the wrong copyright note according to the review: https://github.com/JetBrain...
[idea/community.git] / bin / mac / inspect.sh
1 #!/bin/sh
2 #
3 # ------------------------------------------------------
4 # @@product_full@@ offline inspection script.
5 # ------------------------------------------------------
6 #
7
8 export DEFAULT_PROJECT_PATH="$(pwd)"
9
10 IDE_BIN_HOME="${0%/*}"
11 exec "$IDE_BIN_HOME/../MacOS/@@script_name@@" inspect "$@"