1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-03 04:03:24 -07:00

preserve timestamps on downloaded files

This commit is contained in:
Connor Olding 2019-09-30 06:15:03 +02:00
parent 1f7e213661
commit 38b8bcf386

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() {