Bash Scripting - Conditionals
You want to write a bash script that prints "Empty string" if variable
text is empty, and "Has content" otherwise. Which snippet correctly does this?