diff options
Diffstat (limited to 'clear_dir.sh')
-rwxr-xr-x | clear_dir.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clear_dir.sh b/clear_dir.sh index fd3880f..5a5ff33 100755 --- a/clear_dir.sh +++ b/clear_dir.sh @@ -3,5 +3,5 @@ ### clearing up the directory ### from temporary files -rm -rf __pycache__ # Output* future +rm -rf __pycache__ rm -f Output/*.png *.npy |