mirror of https://gitlab.com/bashrc2/epicyon
3 lines
46 B
Plaintext
3 lines
46 B
Plaintext
|
#!/bin/bash
|
||
|
find . -name '*.py' | xargs wc -l
|