count lines of code

main
Bob Mottram 2024-09-04 09:09:05 +01:00
parent ba063383d6
commit 9b6e5d559b
1 changed files with 2 additions and 0 deletions

2
scripts/loc 100755
View File

@ -0,0 +1,2 @@
#!/bin/bash
find . -name '*.py' | xargs wc -l