if [[ $var ]]; then # var is set and it is not empty if [[ ! $var ]]; then # var is not set or it is set to an empty string
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter