diff options
author | Alphara <alphara@deltarion> | 2023-02-12 01:15:54 +0200 |
---|---|---|
committer | Alphara <alphara@deltarion> | 2023-02-12 01:15:54 +0200 |
commit | c43fdcf1ee45ecd112411f77b2519cbee9941b04 (patch) | |
tree | f628b7eefd1476dbcac1340f3eaec54cd526617c /clear_dir.sh | |
parent | 7c84258c739c7c998526ad86fbea51bb6e8c6f7a (diff) |
initial migration of the project
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 |