summaryrefslogtreecommitdiff
path: root/clear_dir.sh
blob: fd3880fb75f225d04d93ae6a97f012f32ababe11 (plain)
1
2
3
4
5
6
7
#!/bin/bash

### clearing up the directory
### from temporary files

rm -rf __pycache__ # Output* future
rm -f Output/*.png *.npy