Skip to content

Instantly share code, notes, and snippets.

@seeni-dev
Last active September 21, 2018 09:43
Show Gist options
  • Save seeni-dev/66a3c7576ab74e8eb1c3cc520c67d15c to your computer and use it in GitHub Desktop.
Save seeni-dev/66a3c7576ab74e8eb1c3cc520c67d15c to your computer and use it in GitHub Desktop.
if [ 3 -eq 3 -a 3 -ge 2 ]
then
echo "work begins";
fi
if [ ! 3 -ge 4 ]
then
echo "! 3>4";
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment