summaryrefslogtreecommitdiff
path: root/contrib/cygwin/remove-cygwin-service.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/cygwin/remove-cygwin-service.sh')
-rwxr-xr-xcontrib/cygwin/remove-cygwin-service.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/cygwin/remove-cygwin-service.sh b/contrib/cygwin/remove-cygwin-service.sh
deleted file mode 100755
index e766333d..00000000
--- a/contrib/cygwin/remove-cygwin-service.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# Contributed to the boxbackup project by Per Reedtz Thomsen. pthomsen@reedtz.com
-
-# This script removes the 'boxbackup' service from the Windows service manager
-# using the cygrunsrv utility.
-
-# Date Who Comments
-# 20041005 pthomsen@reedtz.com Created
-
-cygrunsrv -R boxbackup
-
-echo "Service \"boxbackup\" removed."
-