mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
preserve timestamps on downloaded files
This commit is contained in:
parent
1f7e213661
commit
38b8bcf386
1 changed files with 1 additions and 1 deletions
2
home/ea
2
home/ea
|
@ -10,7 +10,7 @@ eahead() {
|
||||||
}
|
}
|
||||||
|
|
||||||
eaget() {
|
eaget() {
|
||||||
curl "$_REMOTE_DOMAIN/$_REMOTE_DIR/$1" -o "${2:-$1}"
|
curl -R "$_REMOTE_DOMAIN/$_REMOTE_DIR/$1" -o "${2:-$1}"
|
||||||
}
|
}
|
||||||
|
|
||||||
eaput() {
|
eaput() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue