[Php-it] [OT] SVN

Emiliano Gabrielli (aka AlberT) AlberT at superalbert.it
Wed Aug 29 16:49:23 CEST 2007


On mercoledì 29 agosto 2007, Emiliano Gabrielli (aka AlberT) wrote:
> #!/bin/bash
>
> if (isRoot())
>   die (errorone !!)
>
> exec scriptstartappserv.real

meglio ancora

 #!/bin/bash

 if (isRoot())
{   
   echo ... te l'ho detto 200 volte di non farlo da root !
   CMD='su utentecorretto -c '
}

exec "$CMD scriptstartappserv.real"



o roba simile 
-- 
<?php echo '     Emiliano Gabrielli (aka AlberT)     ',"\n",
'              socio fondatore del GrUSP             ',"\n",
' AlberT_at_SuperAlberT_it   -   www.SuperAlberT.it  ',"\n",
'  IRC:    #php,#AES azzurra.com ',"\n",'ICQ: 158591185'; ?>



More information about the Php-it mailing list