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

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

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