mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -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
|
} 2>&- # send bash's complaints to the abyss
|
||||||
|
|
||||||
__ea() { ### @ ea - **TODO:** document.
|
__ea() { ### @ ea - **TODO:** document.
|
||||||
|
unset LC_ALL cmd dst src trg
|
||||||
|
export LC_ALL=C
|
||||||
cmd="${1:?missing subcommand}"; shift
|
cmd="${1:?missing subcommand}"; shift
|
||||||
case "$cmd" in
|
case "$cmd" in
|
||||||
(head)
|
(head)
|
||||||
|
|
Loading…
Add table
Reference in a new issue