1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2025-02-05 07:43:22 -08:00

disable curl globbing

This commit is contained in:
Connor Olding 2018-07-09 08:22:35 +02:00
parent c166c0eba5
commit bffb979225

View file

@ -14,7 +14,7 @@ eaget() {
}
eaput() {
curl -n -T "$1" "$_REMOTE_DOMAIN/$_REMOTE_AUTH/"
curl -g -n -T "$1" "$_REMOTE_DOMAIN/$_REMOTE_AUTH/"
}
eamove() {