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
refs/pr/3
LECO
/
add.bash
SenY
add.bash
74aa387
about 1 year ago
raw
Copy download link
history
blame
Safe
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