diff --git a/custom_bin/size-stats b/custom_bin/size-stats new file mode 100644 index 0000000..388f5c4 --- /dev/null +++ b/custom_bin/size-stats @@ -0,0 +1,8 @@ +#!/bin/bash +echo -e "\nSize General:\n" +idf.py --preview size +echo -e "\nSize by Componants:\n" +idf.py --preview size-components +echo -e "\nSize by Files:\n" +idf.py --preview size-files +echo -e "\nALL DONE :3\n" \ No newline at end of file