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

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

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