fix: Rename function to match command for counting files by extension

This commit is contained in:
Marcus Quinn (aider)
2025-03-13 16:34:41 +00:00
parent eb5b57345f
commit 60dda218d2

View File

@ -1,5 +1,5 @@
# Function to count files by extension in the current directory
count_files_by_extension() {
count_by_ext() {
# Check if the current directory is valid
if [[ ! -d . ]]; then
echo "Error: Current directory is invalid."