minor refactor

This commit is contained in:
Gokul Mohanarangan
2023-07-10 22:40:58 +05:30
parent acf0d9e9e2
commit 73c4270764
6 changed files with 29 additions and 14 deletions

View File

@@ -7,7 +7,7 @@ directory="."
text_file_pattern="transcript_*.txt"
pickle_file_pattern="*.pkl"
html_file_pattern="*.html"
png_file_pattern="*.png"
png_file_pattern="wordcloud*.png"
find "$directory" -type f -name "$text_file_pattern" -delete
find "$directory" -type f -name "$pickle_file_pattern" -delete