Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
SenY
/
LECO
like
28
License:
other
Model card
Files
Files and versions
Community
6
f30c28b
LECO
/
add.bash
SenY
Upload add.bash with huggingface_hub
267dbd7
about 1 year ago
raw
Copy download link
history
blame
Safe
107 Bytes
#!/bin/bash
git ls-files --others --exclude-standard |
while
read
line;
do
/storage/upload.py
"
$line
"
done