Commit 4e077b96 authored by 王品堯's avatar 王品堯

add example script

parent 63fb38d2
#!/bin/sh
java -cp /Users/rosswang/Desktop/JsonFileCompare-exec.jar JsonFileCompare /Users/rosswang/IdeaProjects/CRM/src/main/resources/static/assets/i18n/locale-zh_TW.json /Users/rosswang/IdeaProjects/CRM/src/main/resources/static/assets/i18n/locale-zh_CN.json /Users/rosswang/IdeaProjects/CRM/src/main/resources/static/assets/i18n/locale-en_US.json
if [ "$?" = "0" ]; then
echo "check json successfully."
exit 0
else
exit 1
fi
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment