So, I have a bash file that performs various operations on a linux server.
I need to pass variables 7-8 to a bash file, and these variables will be set by the user on a simple web page.
Just wondering if this is possible or do I need a script to call the bash file through some other language?
Including call functions in a bash file from http://www.tldp.org/LDP/abs/html/functions.html are the correct lines?
doesn't seem to be able to find a good resource that will help me with this, so any links or examples appreciated
linux bash
Fuzzybear
source share