mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Script to count lines of code
This commit is contained in:
5
count-lines-of-code
Executable file
5
count-lines-of-code
Executable file
@@ -0,0 +1,5 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
E=/tmp/exclude-from-cloc
|
||||||
|
echo -e 'kitty/wcwidth9.h\nkitty/unicode-data.h\nkitty/gl.h\nkitty/glfw.c\nkitty/glfw.h' > $E
|
||||||
|
cloc --exclude-list-file=$E kitty
|
||||||
|
rm $E
|
||||||
Reference in New Issue
Block a user