Merges George changes
[p2p-testing-infrastructure.git] / ControlScripts / stop_xbt_tracker.sh
1 #!/bin/bash
2 #
3 # Calin-Andrei Burloiu, 2010, calin.burloiu@gmail.com
4 #
5 # Use this script to manually stop the tsup trackers from 08 301-312.
6 #
7
8 ssh p2p@p2p-next-08.grid.pub.ro -p 30122 "pkill -KILL -f xbt_tracker"
9