Predicts the output of the following shell script #!/bin/bash #my first shell echo "It's a shell script." echo "Have fun using Linux system!" 3 Suppose your current location is /tmp, write down the output when you execute the following shell script. #!/bin/bash echo "The current directory is $PWD" echo 'The current directory is $PWD' echo echo $PWD