summaryrefslogtreecommitdiffstats
path: root/scripts/remove-vfcmts/README.md
blob: 19bae499b5a82fb81af4e6d7b04bc3af165ab20a (plain)
1
2
3
4
5
6
7
8
9
10
11
# Remove all VFCMTs

## Setup
1. Execute dos2unix on all script files: `find . -type f -print0 | xargs -0 dos2unix`
2. Give execute permissions to setup.sh: `chmod +x setup.sh`
3. Run `./setup.sh`

## Usage
Run `run.sh` with the path to the *exportGraph file*

Example: `./run.sh "/var/tmp/exportGraph.1500391226269.json"`