Skip to content

Instantly share code, notes, and snippets.

@odadoda
Created February 28, 2014 12:43
Show Gist options
  • Save odadoda/9270432 to your computer and use it in GitHub Desktop.
Save odadoda/9270432 to your computer and use it in GitHub Desktop.
If int equals 100
$NUMBER=100
if [ $NUMBER -eq 100 ] ; then
echo “Number is equal”
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment