Sh file name: runme.sh
Path: /home/pi-bridger/
I wanna run a .sh script that is under /home/pi-bridger/. I am able to run it inside the folder by using the command ./runme.sh. I wanna run the script from any other folder by simply calling it.
1 Answer
Run it as
/home/pi-bridger/runme.sh 1