Skip to content

Commit

Permalink
csv with options for tmc
Browse files Browse the repository at this point in the history
  • Loading branch information
ali5ter committed Jul 21, 2021
1 parent b6df802 commit 15a83f5
Show file tree
Hide file tree
Showing 4 changed files with 2,756 additions and 0 deletions.
11 changes: 11 additions & 0 deletions exp2/generate_mindmap_format_with_options.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

#!/usr/bin/env bash
# Generate mindmap format file for CLI taxo with options
# @author Alister Lewis-Bowen <bowena@vmware.com>

cmd="$1"

csv="results/${cmd}_with_options.csv"
file="results/${cmd}_with_options.mm"
"../exp1/${cmd}_taxo.sh" -O -o csv "$@" > "$csv"
./csv_to_mm.py "$csv" > "$file"
Loading

0 comments on commit 15a83f5

Please sign in to comment.