Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
LanguageFileCompare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
測試專案
LanguageFileCompare
Commits
4e077b96
Commit
4e077b96
authored
Nov 26, 2018
by
王品堯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add example script
parent
63fb38d2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
pre-commit
pre-commit
+9
-0
No files found.
pre-commit
0 → 100644
View file @
4e077b96
#!/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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment