summaryrefslogtreecommitdiff
path: root/README.md
blob: c37506eb49cdf377004d2b39cfcfd42130b5e032 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# tmw-cmp-update


## Name
TMW Compare Update

## Description
This script will update files from the M+ local directory to the TMW extracted directory only if the file exists there. cmp is used to compare files and overwrites the TMW file
with the local one only if they differ. 2 log files are also written: file on TMW missing from local and files in local missing from TMW. This helps to keep track of what work
needs to be done later.
* - It helped me to identify files that needed to be renamed in local and then I ran the script a second time to copy them. It also helps to identify missing content.

## Usage
Just read the script comments and change file location variables if needed

## Authors and acknowledgment
Ledmitz (2022)

## License
Seems small to need a license. I'll pick a goofy named libre one later

## Changes
* - 2022-01-04: Added echo line to report when files are omitted due to them being the same file