Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

used shellcheck, some fixes, added new countries, added new support for url query parameter #10

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Nov 20, 2017

  1. used shellcheck to find issues.

    https://github.com/koalaman/shellcheck
    fixed SC2128: Expanding an array without an index only gives the first element.
    https://github.com/koalaman/shellcheck/wiki/SC2128
    YoshiMan committed Nov 20, 2017
    Configuration menu
    Copy the full SHA
    711f45c View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2017

  1. used shellcheck to find issues.

    https://github.com/koalaman/shellcheck
    fixed SC2116: Useless echo? Instead of 'cmd $(echo foo)', just use 'cmd foo'
    https://github.com/koalaman/shellcheck/wiki/SC2116
    
    query, code and country variable to an array
    
    changed case statement
    YoshiMan committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    9bcb286 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64fab46 View commit details
    Browse the repository at this point in the history
  3. shellcheck

    fixed SC2162: read without -r will mangle backslashes.
    https://github.com/koalaman/shellcheck/wiki/SC2162
    YoshiMan committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    6826b27 View commit details
    Browse the repository at this point in the history
  4. shellcheck fixed

    SC2181: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
    https://github.com/koalaman/shellcheck/wiki/SC2181
    YoshiMan committed Nov 22, 2017
    Configuration menu
    Copy the full SHA
    8a9f295 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. added support for 'protocol' parameter

    added support for 'ip_version' parameter
    added support for 'use_mirror_status' parameter
    YoshiMan committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    4e8540e View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Configuration menu
    Copy the full SHA
    057a848 View commit details
    Browse the repository at this point in the history