Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
nomad-FAIR
Commits
d357567c
Commit
d357567c
authored
Jan 26, 2019
by
Markus Scheidgen
Browse files
Added script to compute source code stats.
parent
d8d2c034
Changes
1
Hide whitespace changes
Inline
Side-by-side
stats.sh
0 → 100755
View file @
d357567c
#!/bin/sh
echo
"LOC with pygount (pip install pygount)"
echo
"backend:
`
pygount nomad/
-s
py |
awk
'{print $1}'
|
paste
-sd
+ - | bc
`
"
echo
"backend tests:
`
pygount tests/
-s
py |
awk
'{print $1}'
|
paste
-sd
+ - | bc
`
"
echo
"frontend:
`
pygount gui/src
-s
js |
awk
'{print $1}'
|
paste
-sd
+ - | bc
`
"
\ No newline at end of file
Write
Preview
Supports
Markdown
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