Guest User

Untitled

a guest
Nov 22nd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/bin/bash
  2. set -o nounset
  3.  
  4. if [[ ! -z "${EXAMPLE-}" ]]; then
  5. echo "Variable is defined and is not empty..."
  6. fi
Add Comment
Please, Sign In to add comment