I would like to call a script from within a script. Failing that I'd like to
take those scripts and make them functions, which would require functions
calling functions. Both of these methods fail.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Solution: The executable win-bash.exe was renamed wb.exe (less typing on my
part). From inside the first script instead of just having a line that said
"do_this_script", without quotes, I had to make the line say wb
do_this_script, with the backtics.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to call a script from within a script. Failing that I'd like to
take those scripts and make them functions, which would require functions
calling functions. Both of these methods fail.
Solution: The executable win-bash.exe was renamed wb.exe (less typing on my
part). From inside the first script instead of just having a line that said
"do_this_script", without quotes, I had to make the line say
wb do_this_script, with the backtics.