aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xgist4
1 files changed, 0 insertions, 4 deletions
diff --git a/gist b/gist
index 7794be4..5f7cb74 100755
--- a/gist
+++ b/gist
@@ -141,10 +141,6 @@ http_method() {
141 || { echo "Error: no active internet connection" >&2; return 1; } 141 || { echo "Error: no active internet connection" >&2; return 1; }
142} 142}
143 143
144httpGet() {
145 http_method GET "$@"
146}
147
148# Parse JSON from STDIN with string of python commands 144# Parse JSON from STDIN with string of python commands
149_process_json() { 145_process_json() {
150 PYTHONIOENCODING=utf-8 \ 146 PYTHONIOENCODING=utf-8 \