I have create several Linux scripts to automate task and find that You can execute on any of those ways, is there any difference or are they equivalent?, below an example using restartRemoteQAServer.sh
-bash-4.2$sh restartRemoteQAServer.sh
Is there any difference or is It equivalent to
-bash-4.2$./restartRemoteQAServer.sh