mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
disable curl globbing
This commit is contained in:
parent
c166c0eba5
commit
bffb979225
1 changed files with 1 additions and 1 deletions
2
home/ea
2
home/ea
|
@ -14,7 +14,7 @@ eaget() {
|
|||
}
|
||||
|
||||
eaput() {
|
||||
curl -n -T "$1" "$_REMOTE_DOMAIN/$_REMOTE_AUTH/"
|
||||
curl -g -n -T "$1" "$_REMOTE_DOMAIN/$_REMOTE_AUTH/"
|
||||
}
|
||||
|
||||
eamove() {
|
||||
|
|
Loading…
Add table
Reference in a new issue