Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
ccsdk
/
distribution
/
8b022a066415d239f661213bf37fdc0c2718f766
/
.
/
dgbuilder
/
tools
/
multiple_dg_load.sh
blob: ca743559b8cc6eb78a6ced02f4a6e0bf5b511261 [
file
] [
log
] [
blame
]
Sheshi Chinthakayala
a2c2bd6
2017-10-25 17:53:03 -0500
[
diff
] [
blame
]
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