bit-backup/setmodtime.sh

4 lines
169 B
Bash
Raw Permalink Normal View History

2023-07-30 18:48:14 +02:00
set_last_mod_time_the_same_as_this_file="$1"
set_last_mod_time_for_this_file="$2"
touch -r "$set_last_mod_time_the_same_as_this_file" "$set_last_mod_time_for_this_file"