iiitl / bash-practice-repo-24

0 stars 35 forks source link

written gitlines script, issue #75 #132

Closed Lakshya0000 closed 5 months ago

Lakshya0000 commented 5 months ago

solved issue #75 , written gitline script to count lines of code using cloc

rootCircle commented 5 months ago

you could have used mktemp for creating temporary directories, and deleting them later!

anyways, changes looks good to me! accepted