diff options
Diffstat (limited to 'dgbuilder/tools/printYangProps.sh')
-rwxr-xr-x | dgbuilder/tools/printYangProps.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dgbuilder/tools/printYangProps.sh b/dgbuilder/tools/printYangProps.sh new file mode 100755 index 00000000..7d1d0faf --- /dev/null +++ b/dgbuilder/tools/printYangProps.sh @@ -0,0 +1,8 @@ +toolsDir=$PROJECT_HOME/tools +. ${toolsDir}/setClasspath +if [ "$#" != "1" ] +then + echo "Usage $0 className_without_the_dot_class_ext" + exit +fi + java PrintYangToProp $1 |