On 01/04/2012 04:01 PM, Marvin Kosmal wrote:
>
>
> On Tue, Jan 3, 2012 at 11:53 PM, Ed Greshko <[email protected]
> <mailto:[email protected]>> wrote:
>
>     On 01/04/2012 03:51 PM, Marvin Kosmal wrote:
>     > What is in killfox??
>
>     A shell script to kill firefox when it used to give me problems a
>     while
>     back.  All it contains is....
>
>     killall -6 firefox-bin
>     killall -6 plugin-container
>
>     but it saved me typing.
>
>     --
>
>
>
>
> HI
>
> Something is wrong here..
>
> It is late at night and I can't put my finger on it..
>
> You have an executable file and it does not execute?

It executes just fine....in both cases.

The output is

firefox-bin: no process found
plugin-container: no process found

Since I'm currently not running firefox...

>
> Change to -x  and use sh filename and it does not execute?
>
> It does not work that way here......
>
> You are doing something and I can't see it..
>

The full script is....

[egreshko@meimei bin]$ cat killfox
#!/bin/bash
killall -6 firefox-bin
killall -6 plugin-container



-- 
A common mistake that people make when trying to design something
completely foolproof was to underestimate the ingenuity of complete
fools. -- Douglas Adams in "Mostly Harmless
-- 
users mailing list
[email protected]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to