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 e6d5508b4f64a11eb83951ae6da28b1e320647ef
parent a4a71d556c1f28ab2878af4698e0d0911f496d31
Author: blmayer <git@mail.blmayer.dev>
Date:   Mon,  7 Aug 2023 13:59:00 -0300

Merge branch 'main' of github.com:blmayer/astro

Diffstat:
Mastro | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/astro b/astro @@ -161,7 +161,7 @@ parseurl() { } typesetgmi() { - while IFS='' read -r line + while IFS='' read -r line || [ -n "$line" ]; do line="$(echo "$line" | tr -d '\r')" # shellcheck disable=SC2016