mirror of
https://github.com/notwa/rc
synced 2024-11-05 06:39:02 -08:00
fix url-encoding and improve performance in ea
This commit is contained in:
parent
aded59184c
commit
5b80ef5ce1
1 changed files with 2 additions and 0 deletions
2
sh/ea
2
sh/ea
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue