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 Dec 15, 2023
1 parent 60fd0af commit a602a54
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
Expand Up @@ -2,4 +2,4 @@
file_count=$(($(git ls-files | wc -l)) / 2)

# Replace placeholder in README.md with the file count
sed -i "s/%FILE_COUNT%/$file_count/g" README.md
sed -i -E "s/(Total Count of Solved : )[0-9]+/\1$file_count/g"README.md

0 comments on commit a602a54

Please sign in to comment.