Skip to content

Commit

Permalink
Fixed line number auto generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Anivice committed Jan 23, 2025
1 parent 4618f3a commit 940f304
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sysdarft
![Lines of Code](https://img.shields.io/badge/ProjectLines-62209-cyan)
![Size of Code](https://img.shields.io/badge/ProjectSize-9216%20K-yellow)
![Lines of Code](https://img.shields.io/badge/ProjectLines-35379-cyan)
![Size of Code](https://img.shields.io/badge/ProjectSize-1708%20K-yellow)
[![Automated CMake Test Workflow](https://github.com/Anivice/Sysdarft/actions/workflows/CMake_GitHub_Action.yml/badge.svg)](https://github.com/Anivice/Sysdarft/actions/workflows/CMake_GitHub_Action.yml)

Sysdarft is a hypothetical binary 64bit architecture.
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo -n "Automatically generating README.md..."
SOURCE_DIR="$1"
cd "$SOURCE_DIR" || exit 1

LIST=$(git ls-files | grep -v wav);
LIST=$(git ls-files | grep -v "wav\|png\|xcf");
lines=0;
size=0;
for FILE in $LIST;
Expand Down

0 comments on commit 940f304

Please sign in to comment.