CryptoJones icon

BASH-IF-NULL-THEN

CryptoJones | PRO | 09/20/22 09:50:58 PM UTC | 0 ⭐ | 1282 👁️ | Never ⏰ | []
Bash |

140 B

|

None

|

0 👍

/

0 👎

if [[ -z "$ingestGB" ]]
then
  ingestGB=$((999999))
  ingestBytes=$(($ingestGB*1000000000))
else
  ingestBytes=$(($ingestGB*1000000000))
fi

Comments

  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎