2. The ____ is usually the first line in a Bash script.

a) $!/bin/bash
b) #!/bin/bash
c) #!bin/bash
d) #/bin/bash

b) #!/bin/bash