Skip to content
Snippets Groups Projects
Commit ab0d5cda authored by John Hodge's avatar John Hodge
Browse files

Rough script to do line counts

parent a74439ab
No related merge requests found
#!/bin/sh
find Kernel/ *.rs Usermode/ -name \*.rs ! -path */target/* -print0 | wc -l --files0-from=- | sort -n
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