Wenn die env -variable existiert, bash

if [[ -z "${VAR}" ]]; then
  echo "hello"
fi
Graceful Grivet