diff options
Diffstat (limited to 'clear_dir.sh')
-rwxr-xr-x | clear_dir.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clear_dir.sh b/clear_dir.sh index 57f891a..fef1764 100755 --- a/clear_dir.sh +++ b/clear_dir.sh @@ -1,7 +1,7 @@ -#!/bin/zsh +#!/bin/bash ### clearing up the directory ### from temporary files rm -rf __pycache__ # Output* future proof -rm -f Output/* *.npy +rm -f Output/*.png *.npy |