1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-04 20:43:23 -07:00

fix url-encoding and improve performance in ea

This commit is contained in:
Connor Olding 2024-03-04 21:22:39 -08:00
parent aded59184c
commit 5b80ef5ce1

2
sh/ea
View File

@ -25,6 +25,8 @@ __ea_urlencode() {
} 2>&- # send bash's complaints to the abyss
__ea() { ### @ ea - **TODO:** document.
unset LC_ALL cmd dst src trg
export LC_ALL=C
cmd="${1:?missing subcommand}"; shift
case "$cmd" in
(head)