diff --git a/wiki/linux/scc.md b/wiki/linux/scc.md new file mode 100644 index 0000000..a223b12 --- /dev/null +++ b/wiki/linux/scc.md @@ -0,0 +1,9 @@ +# SCC + +[SCC](https://github.com/boyter/scc) is a tool to count lines of code accurately. + +## Installation + +On some [Linux](/wiki/linux.md) distributions SCC is available in a package called `scc`. +If this is not the case it can easily be installed from the +[Github Repository](https://github.com/boyter/scc).