tree-sitter-c-sharp/script/update-file-sizes
2024-03-25 23:16:07 +01:00

3 lines
116 B
Bash
Executable File

#!/bin/bash
wc -l -m src/*.* | awk '{printf("%-20s\t%0.1fMB\t%10s\n", $3, $2/1048576, $1)}' > script/file_sizes.txt