1
0
Fork 0
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:
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() {