Last active
March 1, 2019 09:32
-
-
Save andreaschandra/019e6e04bb66a1f3766e8ef8962015c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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