test.sh
# ---This is a comment----------- #Get the bash path with which bash # ------------------------ #!/bin/bash echo hello-world
Give execute permission. $ chmod +x deploy.sh To do $ /test script full path /test.sh
$ chmod +x deploy.sh
$ /test script full path /test.sh
Recommended Posts