summaryrefslogtreecommitdiffstats
path: root/src/main/distrib/win/uninstallService.cmd
blob: 6a574d1983d488c84af081389e050dc6f527d80c (plain)
1
2
3
4
5
6
7
8
9
@SETLOCAL

@REM arch = x86, amd64, or ia32
SET ARCH=amd64

@REM Delete the gitblit service
"%~dp0%ARCH%\gitblit.exe" //DS//gitblit

@ENDLOCAL