What is the purpose of #!/usr/bin/bash at the beginning of a script?
#!/usr/bin/bash
Force the script to exit immediately with success
Document the script with a comment that has no execution significance
Grant executable permission to the file
Tell the operating system to use Bash as the script interpreter