From f47a9388291e16226ad65e4a41ad50fc35acab9d Mon Sep 17 00:00:00 2001 From: RI Date: Wed, 2 Oct 2024 20:51:34 +0500 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=B0=D0=B2=D1=8B=D1=87=D0=BA=D0=B8=20?= =?UTF-8?q?=D1=83=D0=B1=D1=80=D0=B0=D0=BD=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stepik-courses.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepik-courses.sh b/stepik-courses.sh index 62884eb..4d8e936 100755 --- a/stepik-courses.sh +++ b/stepik-courses.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash set -euo pipefail -curl -s https://stepik.org:443/api/course-lists\?page\=1 | jq '."course-lists"[].title' +curl -s https://stepik.org:443/api/course-lists\?page\=1 | jq --raw-output '."course-lists"[].title'