something chaned?
This commit is contained in:
parent
12b3accd30
commit
29beaceb3d
|
@ -1,5 +1,3 @@
|
|||
src/**
|
||||
src
|
||||
static/**
|
||||
*.md
|
||||
hoedown
|
||||
|
|
|
@ -45,9 +45,11 @@ put index.xml
|
|||
put index.html
|
||||
EOF
|
||||
|
||||
elif [ "$1" == "ALL" ]; then
|
||||
printf "not implemented \n\n"
|
||||
else
|
||||
|
||||
ftp -n -vvv <<EOF
|
||||
ftp -n -vvv <<EOF
|
||||
open $ftp
|
||||
user $user $pass
|
||||
|
||||
|
|
Loading…
Reference in New Issue