LECO / add.bash
SenY's picture
Upload add.bash with huggingface_hub
267dbd7
raw history blame
No virus
107 Bytes
#!/bin/bash
git ls-files --others --exclude-standard | while read line;do
/storage/upload.py "$line"
done