This commit is contained in:
2025-11-18 09:26:41 -07:00
parent 1795c8b4c5
commit afdd140423
+8
View File
@@ -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"