]> jfr.im git - irc/thales.git/blame - tools/testbed/killall.sh
logfilter and testbed moved too tools/
[irc/thales.git] / tools / testbed / killall.sh
CommitLineData
2ace9480 1#!/bin/sh
2
3DISTS='bahamut hybrid unreal ultimate28 ultimate30'
4TESTBED='/home/lucas/testbed'
5
6# kill all thales
7
8ps x |grep thales |grep -v grep | awk '{print $1}' | xargs kill