.bashrc aktualisiert

This commit is contained in:
alf
2025-08-29 11:50:26 +00:00
parent aee7a6a7f1
commit 264edcb938

View File

@ -207,3 +207,8 @@ function purge() {
esac esac
} }
function 7zipp() {
read -p "Kompressionsstufe " KOMP
7z -mhe=on -p -mx=$KOMP
}