~launchpad-pqm/launchpad/devel

9453.2.9 by Michael Hudson
some more blather and remove commandline.py, woohoo!
1
#!/bin/sh
9389.6.7 by Michael Hudson
another header
2
3
# Copyright 2009 Canonical Ltd.  This software is licensed under the
4
# GNU Affero General Public License version 3 (see the file LICENSE).
5
9453.2.24 by Michael Hudson
warn when using ec2test.py
6
echo "You should run $(dirname $0)/ec2 test" $@ "instead." >/dev/null 1>&2
7
echo "Waiting for 5 seconds in case you're not reading this." >/dev/null 1>&2
8
sleep 5
9
9453.2.9 by Michael Hudson
some more blather and remove commandline.py, woohoo!
10
exec $(dirname $0)/ec2 test "$@"