X-Git-Url: https://gerrit.onap.org/r/gitweb?p=ccsdk%2Fdistribution.git;a=blobdiff_plain;f=dgbuilder%2Ftools%2Fmultiple_dg_load.sh;fp=dgbuilder%2Ftools%2Fmultiple_dg_load.sh;h=ca743559b8cc6eb78a6ced02f4a6e0bf5b511261;hp=0000000000000000000000000000000000000000;hb=a2c2bd67323a35936d5f4ef9b3230e6c25e6a0c8;hpb=ba5d516045c3a9f27241d67a2a339a5cc4f23a7d diff --git a/dgbuilder/tools/multiple_dg_load.sh b/dgbuilder/tools/multiple_dg_load.sh new file mode 100755 index 00000000..ca743559 --- /dev/null +++ b/dgbuilder/tools/multiple_dg_load.sh @@ -0,0 +1,6 @@ +if [ "$#" != "2" ] +then + echo "Usage:$0 full_path_to_flows.json full_path_to_the_files_directory" + exit +fi +node multiple_dg_load.js $1 $2