SenY commited on
Commit
267dbd7
1 Parent(s): 2f3563c

Upload add.bash with huggingface_hub

Browse files
Files changed (1) hide show
  1. add.bash +1 -1
add.bash CHANGED
@@ -1,5 +1,5 @@
1
  #!/bin/bash
2
 
3
  git ls-files --others --exclude-standard | while read line;do
4
- git add "$line"; git commit -am "$line"; git push
5
  done
 
1
  #!/bin/bash
2
 
3
  git ls-files --others --exclude-standard | while read line;do
4
+ /storage/upload.py "$line"
5
  done