~kmaasrud/shatgpt

230eead7101369fb94881c4df94328d1cae00091 — Knut Magnus Aasrud 1 year, 6 months ago d2e9525
remove call to tr
1 files changed, 1 insertions(+), 1 deletions(-)

M wsh
M wsh => wsh +1 -1
@@ 35,7 35,7 @@ urlencode() {
                continue
            ;;
        esac
        printf '%s' "$c" | od -An -tx1 | tr -d ' ' | xargs printf "%%%s"
        printf '%s' "$c" | od -An -tx1 | xargs printf "%%%s"
    done <<EOF
$(printf '%s' "$1" | fold -w1)
EOF