Skip to content
Snippets Groups Projects
clean_python 77 B
Newer Older
#!/bin/bash
rm -f *.png *.pdf *.nc
rm -Rf __pycache__
find . -type l -delete