Skip to content

Commit 2c4a4c8

Browse files
# add credit to stackoverflow script
Co-authored-by: Danny Sauer <[email protected]>
1 parent a47b55c commit 2c4a4c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/compare-versions.sh

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
2+
# based on https://stackoverflow.com/a/4025065/65589
23
vercomp () {
34
if [[ $1 == $2 ]]
45
then

0 commit comments

Comments
 (0)