mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
11 lines
306 B
Batchfile
11 lines
306 B
Batchfile
@ECHO OFF
|
|
|
|
::----------------------------------------------------------------------
|
|
:: @@product_full@@ offline inspection script.
|
|
::----------------------------------------------------------------------
|
|
|
|
SET DEFAULT_PROJECT_PATH=%CD%
|
|
|
|
SET IDE_BIN_DIR=%~dp0
|
|
CALL "%IDE_BIN_DIR%\@@script_name@@" inspect %*
|