We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e7ecf4 commit 75aebf9Copy full SHA for 75aebf9
bas.sh
@@ -6,4 +6,6 @@ echo ${version[0]}
6
echo ${version[1]}
7
if [ "${version[0]}" -gt "1" ] || ( [ "${version[0]}" -eq "1" ] && [ "${version[1]}" -gt "8" ] ); then
8
echo "Compatible"
9
+else
10
+ echo "Not compatible"
11
fi;
0 commit comments