Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdnc
/
oam
/
bb89fa3256f625422e89b7acd2b9b94ed7b5c4cb
/
.
/
dgbuilder
/
tools
/
printYangProps.sh
blob: 7d1d0faf31bf08f7965fab5448f98e0611ede60e [
file
] [
log
] [
blame
]
toolsDir
=
$PROJECT_HOME
/
tools
.
$
{
toolsDir
}/
setClasspath
if
[
"$#"
!=
"1"
]
then
echo
"Usage $0 className_without_the_dot_class_ext"
exit
fi
java
PrintYangToProp
$1