From be69a63c892ba92c4d796929774693cf91e54105 Mon Sep 17 00:00:00 2001 From: Alex Epstein Date: Wed, 2 Aug 2017 23:51:07 -0400 Subject: [PATCH] Fixing fetch in httpGet --- cheat/cheat | 2 +- cloudup/cloudup | 2 +- crypt/crypt | 2 +- cryptocurrency/cryptocurrency | 2 +- currency/currency | 2 +- extras/Linux/maps/maps | 2 +- geo/geo | 2 +- movies/movies | 2 +- movies/tmdb | 2 +- newton/newton | 2 +- qrify/qrify | 2 +- short/short | 2 +- siteciphers/siteciphers | 2 +- stocks/stocks | 2 +- taste/taste | 2 +- todo/todo | 2 +- weather/weather | 2 +- ytview/ytview | 2 +- 18 files changed, 18 insertions(+), 18 deletions(-) diff --git a/cheat/cheat b/cheat/cheat index 7abae2d..12157b1 100755 --- a/cheat/cheat +++ b/cheat/cheat @@ -33,7 +33,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/cloudup/cloudup b/cloudup/cloudup index 9631636..2300b33 100755 --- a/cloudup/cloudup +++ b/cloudup/cloudup @@ -31,7 +31,7 @@ httpGet() case "$configuredClient" in curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/crypt/crypt b/crypt/crypt index 786777a..2a43b29 100755 --- a/crypt/crypt +++ b/crypt/crypt @@ -44,7 +44,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/cryptocurrency/cryptocurrency b/cryptocurrency/cryptocurrency index 9c69e9f..103faa1 100755 --- a/cryptocurrency/cryptocurrency +++ b/cryptocurrency/cryptocurrency @@ -30,7 +30,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/currency/currency b/currency/currency index 412dc52..af14eb5 100755 --- a/currency/currency +++ b/currency/currency @@ -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 } diff --git a/extras/Linux/maps/maps b/extras/Linux/maps/maps index 8fb3dab..271a13d 100755 --- a/extras/Linux/maps/maps +++ b/extras/Linux/maps/maps @@ -34,7 +34,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/geo/geo b/geo/geo index 8db36e2..7f7f28d 100755 --- a/geo/geo +++ b/geo/geo @@ -31,7 +31,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/movies/movies b/movies/movies index 74b4440..92fbbc7 100755 --- a/movies/movies +++ b/movies/movies @@ -30,7 +30,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/movies/tmdb b/movies/tmdb index f70cf5e..797afe6 100755 --- a/movies/tmdb +++ b/movies/tmdb @@ -31,7 +31,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/newton/newton b/newton/newton index 20240cb..09c0b0a 100755 --- a/newton/newton +++ b/newton/newton @@ -30,7 +30,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/qrify/qrify b/qrify/qrify index 09ba2ff..1221ab6 100755 --- a/qrify/qrify +++ b/qrify/qrify @@ -29,7 +29,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/short/short b/short/short index fac7658..22ed748 100755 --- a/short/short +++ b/short/short @@ -29,7 +29,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/siteciphers/siteciphers b/siteciphers/siteciphers index 88517b6..9ec34b1 100755 --- a/siteciphers/siteciphers +++ b/siteciphers/siteciphers @@ -37,7 +37,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/stocks/stocks b/stocks/stocks index 034b5cb..4165837 100755 --- a/stocks/stocks +++ b/stocks/stocks @@ -29,7 +29,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/taste/taste b/taste/taste index 6ff6f22..9c4a072 100755 --- a/taste/taste +++ b/taste/taste @@ -33,7 +33,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/todo/todo b/todo/todo index 3d0f77c..77b0557 100755 --- a/todo/todo +++ b/todo/todo @@ -28,7 +28,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/weather/weather b/weather/weather index 93b17a2..53090e5 100755 --- a/weather/weather +++ b/weather/weather @@ -30,7 +30,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac } diff --git a/ytview/ytview b/ytview/ytview index cf0c043..fa680fc 100755 --- a/ytview/ytview +++ b/ytview/ytview @@ -33,7 +33,7 @@ httpGet() curl) curl -A curl -s "$@" ;; wget) wget -qO- "$@" ;; httpie) http -b GET "$@" ;; - fetch) fetch -o "..." ;; + fetch) fetch -q "$@" ;; esac }