Skip to content

Instantly share code, notes, and snippets.

@andreaschandra
Last active March 1, 2019 09:32
Show Gist options
  • Save andreaschandra/019e6e04bb66a1f3766e8ef8962015c9 to your computer and use it in GitHub Desktop.
Save andreaschandra/019e6e04bb66a1f3766e8ef8962015c9 to your computer and use it in GitHub Desktop.
if [ $1 -le 10 ]; then
echo "less than"
echo "$0"
else
echo "Too large $1"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment