summaryrefslogtreecommitdiffstats
path: root/dgbuilder/tools/multiple_dg_load.sh
blob: ca743559b8cc6eb78a6ced02f4a6e0bf5b511261 (plain)
1
2
3
4
5
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