We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47b55c commit 2c4a4c8Copy full SHA for 2c4a4c8
scripts/compare-versions.sh
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
+# based on https://stackoverflow.com/a/4025065/65589
3
vercomp () {
4
if [[ $1 == $2 ]]
5
then
0 commit comments