Fixing fetch in httpGet

This commit is contained in:
Alex Epstein 2017-08-02 23:51:07 -04:00
parent 0e91042a5b
commit be69a63c89
18 changed files with 18 additions and 18 deletions

View File

@ -33,7 +33,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -31,7 +31,7 @@ httpGet()
case "$configuredClient" in
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -44,7 +44,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -30,7 +30,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -34,7 +34,7 @@ currencyCodes=(AUD BGN BRL CAD CHF CNY CZK DKK
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -34,7 +34,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -31,7 +31,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -30,7 +30,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -31,7 +31,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -30,7 +30,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -29,7 +29,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -29,7 +29,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -37,7 +37,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -29,7 +29,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -33,7 +33,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -28,7 +28,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -30,7 +30,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}

View File

@ -33,7 +33,7 @@ httpGet()
curl) curl -A curl -s "$@" ;;
wget) wget -qO- "$@" ;;
httpie) http -b GET "$@" ;;
fetch) fetch -o "..." ;;
fetch) fetch -q "$@" ;;
esac
}