Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
hc99
/
FEA-Bench
like
0
Dataset card
Files
Files and versions
xet
Community
main
FEA-Bench
/
testbed
/
falconry__falcon
/
tools
/
clean.sh
hc99
Add files using upload-large-folder tool
fc0f7bd
verified
3 months ago
raw
Copy download link
history
blame
contribute
delete
90 Bytes
#!/usr/bin/env bash
find
$1
\( -name
'*.c'
-or -name
'*.so'
-or -name
'*.pyc'
\) -delete