update 1
This commit is contained in:
parent
77f38773d0
commit
4a43ab40b0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ set -e
|
||||||
alias db="dropbox_uploader"
|
alias db="dropbox_uploader"
|
||||||
|
|
||||||
rm -r lib
|
rm -r lib
|
||||||
db -q download py/lib
|
db -q download py/lib >/dev/null
|
||||||
|
|
||||||
if [ ! -d .git ]; then
|
if [ ! -d .git ]; then
|
||||||
git -q init
|
git -q init
|
||||||
|
|
Loading…
Reference in a new issue