in reply to breaking from a script
if (!system("adduser bob")) { exit 0; } else { exit 122 }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: breaking from a script
by hostux (Initiate) on Jul 31, 2002 at 21:23 UTC | |
by krujos (Curate) on Jul 31, 2002 at 21:28 UTC |