erlug
[Top] [All Lists]

Re: [Erlug] firefox non muore neanche a pagarlo

To: ERlug - Lista Pubblica <erlug@xxxxxxxxxxxxxx>
Subject: Re: [Erlug] firefox non muore neanche a pagarlo
From: Maurizio Lemmo - Tannoiser <tannoiser@xxxxxxxxxxx>
Date: Thu, 26 Oct 2006 18:53:03 +0200
* giovedì 26 ottobre 2006, alle 18:28, Francesco - Kripsio - Boschetti scrive:
> #!/bin/bash
> if [ `ps ax | grep firefox`]; then
>       echo "killing firefox"
>       kill $(ps ax | grep firefox | awk '{print $1}' | head -1)
> fi
> 
> if [ `ps ax | grep firefox`]; then
>       echo "damn! killing suxxing firefox"
>       kill -9 $(ps ax | grep firefox | awk '{print $1}' | head -1)
> fi
> 
> #and so on... :
> 
> if [ `ps ax | grep firefox`]; then
> echo "Ezekiel 25:17. "The path of the righteous man is beset on all
> sides by the iniquities of the selfish and the tyranny of evil men.
> Blessed is he who, in the name of charity and good will, shepherds the
> weak through the valley of the darkness. For he is truly his brother's
> keeper and the finder of lost children. And I will strike down upon thee
> with great vengeance and furious anger those who attempt to poison and
> destroy my brothers. And you will know I am The Lord when I lay my
> vengeance upon you."
> sleep 5
> init 6
> fi

I blogged this.

;)

-- 
                          Maurizio - Tannoiser - Lemmo
                 Founder Member of ERLUG http://erlug.linux.it
-------------------------------------------------------------------------------
Troy: Guess what I'm doing this weekend.
Veronica: I'm guessing it involves autoeroticism.
        -- Veronica Mars: 1x03

<Prev in Thread] Current Thread [Next in Thread>