summaryrefslogtreecommitdiffstats
path: root/dgbuilder/tools/multiple_dg_load.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dgbuilder/tools/multiple_dg_load.sh')
-rwxr-xr-xdgbuilder/tools/multiple_dg_load.sh6
1 files changed, 6 insertions, 0 deletions
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