blob: ccb70cf98c8b8ba6245a80075f1aaf22b61a4719 [file] [log] [blame]
Sheshashailavas Chinthakayala8797a452018-11-12 22:28:37 +00001if [ "$#" != "2" ]
2then
3 echo "Usage: $0 full_path_to_flows_json_file full_path_to_output_dir"
4 exit
5fi
6rm -rf "$2" 2>/dev/null
7mkdir "$2" 2>/dev/null
8node ${PROJECT_HOME}/tools/splitFlows.js $1 $2