Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yhzhang0128 committed Dec 26, 2022
1 parent e21646a commit 7d91c76
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,23 @@ It can run on a RISC-V board and also the QEMU software emulator.

![This is an image](references/screenshots/egos-2000.jpg)
Note: [**cloc**](https://github.com/AlDanial/cloc) was used to count the lines of code.
Try `cloc egos-2000 --exclude-ext=md,txt` which excludes text documents when counting code lines.
The command below uses this tool to count LOC of this repo, excluding text documents.

```
> cloc egos-2000 --exclude-ext=md,txt
...
github.com/AlDanial/cloc v 1.94 T=0.05 s (949.3 files/s, 62349.4 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
C 36 490 578 1579
C/C++ Header 10 70 104 287
Assembly 3 6 24 70
make 1 12 0 64
-------------------------------------------------------------------------------
SUM: 50 578 706 2000
-------------------------------------------------------------------------------
```

## Earth and Grass Operating System

Expand Down

0 comments on commit 7d91c76

Please sign in to comment.