From 264edcb938f7385a4c47ff4ab0f0b747284147aa Mon Sep 17 00:00:00 2001 From: alf Date: Fri, 29 Aug 2025 11:50:26 +0000 Subject: [PATCH] .bashrc aktualisiert --- .bashrc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.bashrc b/.bashrc index 6697826..e586994 100644 --- a/.bashrc +++ b/.bashrc @@ -207,3 +207,8 @@ function purge() { esac } + +function 7zipp() { + read -p "Kompressionsstufe " KOMP + 7z -mhe=on -p -mx=$KOMP +}