mirror of
https://github.com/Doctorado-ML/Stree_datasets.git
synced 2025-08-16 07:56:07 +00:00
4 lines
100 B
Bash
Executable File
4 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
for folder in gridsearch gridbest cross; do
|
|
find $folder -type f -exec rm {} \;
|
|
done |