Skip to content

Commit

Permalink
Update update_readme.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeHyungJoo authored Jan 29, 2024
1 parent 53b9d6d commit b90aa69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update_readme.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Count the number of .cpp and .cs files
file_count=$(git ls-files *.cpp | wc -l)
file_count=$(git ls-files *.cpp *.cs | wc -l)

# Display value to verify the calculation
echo "Total number of .cpp and .cs files: $file_count"
Expand Down

0 comments on commit b90aa69

Please sign in to comment.