mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
6 lines
57 B
Batchfile
6 lines
57 B
Batchfile
@echo off
|
|
setlocal
|
|
|
|
call "%~dp0ghidraSvr" install
|
|
|
|
pause
|