Using Git Bash on Windows, if I create a bash script, where do I put it so that I can access it from the bash shell?
Basically, I want to create a bash shell script that does some stuff with files etc.
I want to invoke the function from inside the bash with some parameters, and the script will then do its work.
I am completely new to this environment, so my knowledge of bash is very limited.
Thanks in advance.