From cc5f0fd0c12715d6fcefb612ebaf60023439df12 Mon Sep 17 00:00:00 2001 From: Leonardo Mendoza Fernadez Date: Mon, 2 Dec 2024 13:02:20 -0600 Subject: [PATCH] tx pull --- pull_and_clean_properties.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pull_and_clean_properties.sh b/pull_and_clean_properties.sh index e344e9813..f24ed29b7 100755 --- a/pull_and_clean_properties.sh +++ b/pull_and_clean_properties.sh @@ -56,4 +56,8 @@ tx_operations "pl_PL" "pl" # Find all .properties files and process them find . -type f -name "*.properties" -exec bash -c 'process_file "$0"' {} \; +# Delete all ca.properties and uk.properties files +find . -type f -name "*.ca.properties" -delete +find . -type f -name "*.uk.properties" -delete + echo ">>>>>>>>>>>>>>>>>>>>>>> Finished processing general files" \ No newline at end of file