3 lines
60 B
Bash
3 lines
60 B
Bash
|
|
#!/bin/sh
|
||
|
|
cloc --read-lang-def=kraken_cloc_definition.txt .
|