From 9f15391fe264955c1b79f72f640d35814db7b2cd Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 29 Sep 2024 13:56:10 +0200 Subject: [PATCH] caches/remove,ls --- re.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/re.sh b/re.sh index 31aa2fd..1ff6d33 100755 --- a/re.sh +++ b/re.sh @@ -92,6 +92,8 @@ uv_venv() { "${1}" } +caches remove + os="${root}/os" remove "${os}" python3 -m "venv" "${os}" @@ -130,3 +132,5 @@ for version in "${@}"; do done list "${py}" done + +caches ls