diff --git a/custom_bin/imagesize b/custom_bin/imagesize new file mode 100644 index 0000000..4ff749f --- /dev/null +++ b/custom_bin/imagesize @@ -0,0 +1,13 @@ +#!/bin/bash +echo -e "\nProject sizes\n" + +echo -e "\nGeneral:\n" +idf.py size + +echo -e "\nComponants:\n" +idf.py size-components + +echo -e "\nFiles:\n" +idf.py size-files + +echo -e "\nAll done :3\n" \ No newline at end of file diff --git a/version.txt b/version.txt index 83866e6..a04b374 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -61-rc4.1 \ No newline at end of file +61-rc4.2 \ No newline at end of file