空文字列の判定
code:sh
if -z "$YOUR_VAR" ; then
# process
fi