tree: 2c105b9c28eb25bb55662b61524ef67a0bf759c6 [path history] [tgz]
  1. filter-vfcmts.py
  2. get-unique-id.py
  3. get-uniques-only.py
  4. README.md
  5. run.sh
  6. setup.sh
scripts/remove-vfcmts/README.md

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"