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