ericovk
Verified User
Just curious. Does anybody knows what the difference is between:
and
Code:
./build php n
and
Code:
./build php
./build php n
./build php
./build php d
You can pass a 2nd argument to automate the input:
./build <option> d : do the default action
./build <option> y : answer yes to all questions
./build <option> n : answer no to all questions