On busy days,I'd like to run
$./configure && make && sudo make install && halt
on the night and go to bed,hoping the application would automatically installed.But what I see the next days is the screen where sudo ask me for the password.So how could I run sudo with password in one command line or is there any other method to do this?
thanks.
