misc: restore tools/clean.sh

This commit is contained in:
Peter F. Patel-Schneider 2023-05-19 09:37:40 -04:00
parent d56c7d5a06
commit 0a91160a67
1 changed files with 9 additions and 0 deletions

9
tools/clean.sh Executable file
View File

@ -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/