From f007e06abeeafb537f2b663a6cf85161b998ed3d Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Fri, 19 Apr 2024 14:03:50 +0100 Subject: [PATCH] feat: add web_pipe() --- quickget | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/quickget b/quickget index 518f049..e1c7679 100755 --- a/quickget +++ b/quickget @@ -1444,6 +1444,11 @@ function check_hash() { fi } +function web_pipe() { + local URL="${1}" + curl --silent --location "${URL}" +} + function web_get() { local DIR="${2}" local FILE=""