Skip to content

Commit

Permalink
Don't count jquery in sloc.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
unconed committed May 10, 2011
1 parent e1b498b commit f810779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sloc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
loc=0
dirs="HTML Node"

mv HTML/jquery.js .
mv HTML/socket.io .
mv Node/socket.io-node .
mv HTML/external .
Expand All @@ -16,5 +17,6 @@ done
mv socket.io HTML
mv socket.io-node Node
mv external HTML
mv jquery.js HTML

echo Lines of code: $loc

0 comments on commit f810779

Please sign in to comment.