
I love it when 'force quit' needs to be force quit, effectively meaning you have to either restart finder - or, if that doesn't work, just holding down the power button until it dies. :)
( ,
Tue 4 Nov 2008, 22:55,
archived)

can't you just kill -9 ?
doesn't know really
( ,
Tue 4 Nov 2008, 22:57,
archived)
doesn't know really

I expect that you could even do some kind of pipeline of ps, grep, xargs, and kill if you were feeling reeeeel fancy.
( ,
Tue 4 Nov 2008, 23:00,
archived)

I worte a shell script called killitHARD.
But all it consisted of was kill -9 so it wasn't a great display of skillz.
Ho hum.
( ,
Tue 4 Nov 2008, 23:01,
archived)
But all it consisted of was kill -9 so it wasn't a great display of skillz.
Ho hum.

deadYet = false
while (!deadYet) {
kill -9 $process
if -x $process
deadYet = true
}

How shite are their sound techs :D
( ,
Tue 4 Nov 2008, 22:57,
archived)