diff options
Diffstat (limited to 'clear_dir.sh')
-rwxr-xr-x | clear_dir.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/clear_dir.sh b/clear_dir.sh new file mode 100755 index 0000000..6b7e3db --- /dev/null +++ b/clear_dir.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +### clearing up the directory +### from temporary files + +rm -rf __pycache__ +rm -f Output/* images.npy |