I want to complete the following flow: a. Form a shell script from input given by user and send the inputs in form of a shell script back to server. b. Execute the shell script and once shell script execution finishes then send a mail to user.
I am using CGI for completing job a but I have got no clue how to go by for job b but want to use CGI for the same.
Any help will be appreciated.
All this is done in Linux(SUSE)
Thanks!