From 704c5f7a95d87052453283ff8cf2d81dfe815c8c Mon Sep 17 00:00:00 2001 From: Eric Vicenti Date: Tue, 17 Oct 2023 11:04:36 +0200 Subject: [PATCH] Cleanup script --- scripts/cleanup.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/cleanup.sh diff --git a/scripts/cleanup.sh b/scripts/cleanup.sh new file mode 100755 index 0000000000..8c7c982767 --- /dev/null +++ b/scripts/cleanup.sh @@ -0,0 +1,3 @@ +./scripts/cleanup-frontend.sh +./scripts/cleanup-desktop.sh +./scripts/cleanup-site.sh \ No newline at end of file