Projects STRLCPY git-open Commits 995e9159
🤬
  • ■ ■ ■ ■
    git-open
    skipped 69 lines
    70 70   # Host regex
    71 71   # HostName resolved.domain.com
    72 72   read -r -a ssh_array <<<"${ssh_line}"
    73  - ssh_optcode="$(echo "${ssh_array[0]}" | tr '[:upper:]' '[:lower:]')"
     73 + ssh_optcode="$(echo "${ssh_array[0]}" | tr '[:lower:]' '[:upper:]')"
    74 74   if [[ $ssh_optcode == HOST ]]; then
    75 75   # Host
    76 76   ssh_found=false
    skipped 158 lines
Please wait...
Page is in error, reload to recover