ControlScripts: swift
[p2p-testing-infrastructure.git] / ControlScripts / clients / swift / stop_swift.sh
1 #!/bin/bash
2 #
3 # 2010, Calin-Andrei Burloiu. calin.burloiu@gmail.com
4 #
5 # Bash script used to stop all swift instances
6 # The script
7 #  * stops all the swift instances
8
9 if [ ! $# -eq 0 ]; then
10         echo "usage: $0"
11         exit 1
12 fi
13
14 pkill swift