mirror of
https://github.com/openeggbert/sprite-utils.git
synced 2025-03-14 23:33:28 +01:00
4 lines
169 B
Bash
Executable File
4 lines
169 B
Bash
Executable File
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"
|