Merge "script to import multiple dgs"
[ccsdk/distribution.git] / dgbuilder / tools / multiple_dg_load.sh
1 if [ "$#" != "2" ]
2 then
3         echo "Usage:$0 full_path_to_flows.json full_path_to_the_files_directory"
4         exit
5 fi
6 node multiple_dg_load.js $1 $2