In the script shown below, what is greeting?
#!/usr/bin/env bash greeting="Hello" echo $greeting, everybody!
a command
a loop
a parameter
a variable