mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-10 09:13:58 -09:00
12 lines
168 B
Batchfile
12 lines
168 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" uninstall
|
|
|
|
pause
|
|
|