Take the 2-minute tour ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I need to execute a shell script on click of a button using Angular JS, can anyone tell me how can this be achieved ?

I need to pass a few inputs(Parameters,Arguments) to that shell script before executing,from GUI/UI.

share|improve this question
    
Is the shell script located on the server hosting the webpage or is the script located on the clients machine? –  heldt Oct 27 '14 at 7:40
    
The you would call an API via AJAX that would broker the execution of the script for you and return the output –  Coldstar Oct 28 '14 at 8:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.