something chaned?
This commit is contained in:
2
.gitignore
vendored
Normal file → Executable file
2
.gitignore
vendored
Normal file → Executable file
@@ -1,5 +1,3 @@
|
|||||||
src/**
|
|
||||||
src
|
|
||||||
static/**
|
static/**
|
||||||
*.md
|
*.md
|
||||||
hoedown
|
hoedown
|
||||||
|
|||||||
0
config.def.txt
Normal file → Executable file
0
config.def.txt
Normal file → Executable file
0
gen_html.sh
Normal file → Executable file
0
gen_html.sh
Normal file → Executable file
0
gen_index_list.sh
Normal file → Executable file
0
gen_index_list.sh
Normal file → Executable file
0
gen_xml.sh
Normal file → Executable file
0
gen_xml.sh
Normal file → Executable file
0
push_discord_webhook.sh
Normal file → Executable file
0
push_discord_webhook.sh
Normal file → Executable file
0
replace_all.sh
Normal file → Executable file
0
replace_all.sh
Normal file → Executable file
0
rss_pull.sh
Normal file → Executable file
0
rss_pull.sh
Normal file → Executable file
4
rss_push.sh
Normal file → Executable file
4
rss_push.sh
Normal file → Executable file
@@ -45,9 +45,11 @@ put index.xml
|
|||||||
put index.html
|
put index.html
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
elif [ "$1" == "ALL" ]; then
|
||||||
|
printf "not implemented \n\n"
|
||||||
else
|
else
|
||||||
|
|
||||||
ftp -n -vvv <<EOF
|
ftp -n -vvv <<EOF
|
||||||
open $ftp
|
open $ftp
|
||||||
user $user $pass
|
user $user $pass
|
||||||
|
|
||||||
|
|||||||
0
template/index.html
Normal file → Executable file
0
template/index.html
Normal file → Executable file
0
template/index.xml
Normal file → Executable file
0
template/index.xml
Normal file → Executable file
0
template/page.html
Normal file → Executable file
0
template/page.html
Normal file → Executable file
0
template/webhook.json
Normal file → Executable file
0
template/webhook.json
Normal file → Executable file
Reference in New Issue
Block a user