summaryrefslogtreecommitdiffstats
path: root/scripts/remove-vfcmts/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/remove-vfcmts/README.md')
-rw-r--r--scripts/remove-vfcmts/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/remove-vfcmts/README.md b/scripts/remove-vfcmts/README.md
new file mode 100644
index 0000000..19bae49
--- /dev/null
+++ b/scripts/remove-vfcmts/README.md
@@ -0,0 +1,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"`