1#!/bin/sh
2
3#  PostSecurityTests.sh
4#  Security
5#
6#  Created by Fabrice Gautier on 6/9/11.
7#  Copyright 2011 Apple, Inc. All rights reserved.
8
9echo "PostSecuritTests.sh: post-run script"
10
11echo "Killing all servers..."
12
13killall openssl
14killall gnutls-serv
15kill `cat tcprelay.pid`
16
17echo "Done killing~~"
18