script to import multiple dgs
[ccsdk/distribution.git] / dgbuilder / tools / multiple_dg_load.sh
diff --git a/dgbuilder/tools/multiple_dg_load.sh b/dgbuilder/tools/multiple_dg_load.sh
new file mode 100755 (executable)
index 0000000..ca74355
--- /dev/null
@@ -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