This website works better with JavaScript.
Explore
Help
Sign In
kdeppe
/
DMAC
Watch
1
Star
0
Fork
You've already forked DMAC
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
added wc script
Browse Source
main
KeeganForelight
3 years ago
parent
cf95467512
commit
03629ae3de
1 changed files
with
2 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
2
wc.sh
Unescape
Escape
View File
@ -0,0 +1,2 @@
#!/bin/bash
echo
$(
git ls-files
|
grep .go
|
xargs wc -l
|
tail -n 1
)
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
kdeppe/DMAC
Title
Body
Create Issue