mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 02:09:44 +02:00
10 lines
165 B
Batchfile
10 lines
165 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
rem Find the script directory
|
|
rem %~dsp0 is location of current script under NT
|
|
set _REALPATH=%~dp0
|
|
|
|
call "%_REALPATH%\ghidraSvr" install
|
|
|
|
pause
|