astro

a POSIX shell compatible gemini client (mirror of https://github.com/blmayer/astro)
git clone https://git.clttr.info/astro.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

commit 404bc9c16b4e36ee444289585561aa3a09b96698
parent 56075499a9ecc72b40e5e533ccd9b43b4d7de63c
Author: Brian Mayer <bleemayer@gmail.com>
Date:   Wed, 29 Jun 2022 22:05:20 -0300

Fixed shellcheck warning
Diffstat:
Mastro | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/astro b/astro @@ -269,12 +269,13 @@ EOF read -r i <&1 url="$(sed "${i}q;d" "$linksfile" | cut -d' ' -f1)" ;; - 52) + 52) + # shellcheck disable=SC2046 fetch $(getprevious) return ;; 53) url="$homepage"; shift $# ;; - 54) + 54) echo "Enter description: (optional)" read -r desc <&1 url="$1://$2:$3/$4"