Issue
I want to run a bash file more easily, I've seen some applications where you only need to type word to execute the script.
Instead of typing ~/folder/file.sh
in the terminal,
I only have to type a_word
to run the file.
Is this possible with bash?
And also, this is on RPiOS's terminal, not sure if it differs.