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
# | |
# Compare Phoenix releases with additional custom setup to enhance comparison. | |
# | |
# Usage: | |
# elixir <this_script_name.exs> 1.7.2 | |
# (downloads 1.7.2 and compares with the closest previously downloaded version if available) | |
# | |
# elixir <this_script_name.exs> 1.7.2 1.7.7 | |
# (downloads both versions and compares) | |
# |
OlderNewer