]> git.saurik.com Git - apple/security.git/blobdiff - SecurityTests/StopTLSServers.sh
Security-57031.1.35.tar.gz
[apple/security.git] / SecurityTests / StopTLSServers.sh
diff --git a/SecurityTests/StopTLSServers.sh b/SecurityTests/StopTLSServers.sh
new file mode 100644 (file)
index 0000000..ab7add2
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+#  StopTLSServers.sh
+#  Security
+#
+#  Created by Fabrice Gautier on 6/9/11.
+#  Copyright 2011 Apple, Inc. All rights reserved.
+
+echo "Killing all servers..."
+
+killall openssl
+killall gnutls-serv
+
+echo "Done killing~~"