Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
SenY
/
LECO
like
30
License:
other
Model card
Files
Files and versions
xet
Community
6
Copy to bucket
new
main
LECO
/
add.bash
SenY
add.bash
74aa387
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
156 Bytes
#!/bin/bash
git ls-files --others --exclude-standard |
while
read
line;
do
#/storage/upload.py "$line"
git add
"
$line
"
git commit -am
"
$line
"
git push
done