Ok so I have a bash file that does various operations on a linux server.
I need to pass 7-8 variables to the bash file, and these variables will be set by a user on a simple webpage.
Just wondering if this is possible or do I need to script the bash file call through some other language?
Looking into calling functions on a bash file from http://www.tldp.org/LDP/abs/html/functions.html is this the right lines?
can't seem to find a good resource to guide me on this so any links or examples appreciated