17527dc 267dbd7 17527dc
1
2
3
4
5
6
#!/bin/bash git ls-files --others --exclude-standard | while read line;do /storage/upload.py "$line" done