From 0a91160a67ec33f48001a5302b9cba099f034bd8 Mon Sep 17 00:00:00 2001 From: "Peter F. Patel-Schneider" Date: Fri, 19 May 2023 09:37:40 -0400 Subject: [PATCH] misc: restore tools/clean.sh --- tools/clean.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tools/clean.sh diff --git a/tools/clean.sh b/tools/clean.sh new file mode 100755 index 00000000..4a1a0732 --- /dev/null +++ b/tools/clean.sh @@ -0,0 +1,9 @@ +#!/bin/sh + +cd "$(dirname "$0")/.." + +find . -type f -name '*.py[co]' -delete +find . -type d -name '__pycache__' -delete + +/bin/rm --force po/*~ +/bin/rm --force --recursive share/locale/