From ec9bd8ac11cedd4495475c9f1c00833eead7d7ea Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Wed, 13 Nov 2024 14:07:20 -0700 Subject: [PATCH] 61-rc4.2 --- custom_bin/imagesize | 13 +++++++++++++ version.txt | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 custom_bin/imagesize 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