preserve timestamps on downloaded files

This commit is contained in:
Connor Olding 2019-09-30 06:15:03 +02:00
parent 1f7e213661
commit 38b8bcf386
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ eahead() {
}
eaget() {
curl "$_REMOTE_DOMAIN/$_REMOTE_DIR/$1" -o "${2:-$1}"
curl -R "$_REMOTE_DOMAIN/$_REMOTE_DIR/$1" -o "${2:-$1}"
}
eaput() {