From b90aa69347012bfd3ab5e9cae6380f720d36fefe Mon Sep 17 00:00:00 2001 From: HyungJoo Date: Mon, 29 Jan 2024 16:27:12 +0900 Subject: [PATCH] Update update_readme.sh --- update_readme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_readme.sh b/update_readme.sh index 7b1f47e..7c9c2fe 100755 --- a/update_readme.sh +++ b/update_readme.sh @@ -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"