Add more algorithms
This commit is contained in:
6
scripts/clean.sh
Normal file
6
scripts/clean.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
find -name "__pycache__" | xargs rm -rf
|
||||
find -name "._.DS_Store" | xargs rm -rf
|
||||
find -name ".DS_Store" | xargs rm -rf
|
||||
rm -rf output
|
||||
rm -rf ./scripts-cluster/tmps/job*
|
||||
Reference in New Issue
Block a user