Add source for command.
This commit is contained in:
@@ -1109,6 +1109,8 @@
|
|||||||
sh -c "rm '{{ notify_log_file_wip }}'"
|
sh -c "rm '{{ notify_log_file_wip }}'"
|
||||||
fi
|
fi
|
||||||
function_download_website: |
|
function_download_website: |
|
||||||
|
# Credit to this website or providing the base command.
|
||||||
|
# "https://simpleit.rocks/linux/how-to-download-a-website-with-wget-the-right-way/"
|
||||||
function download-website {
|
function download-website {
|
||||||
website="$1"
|
website="$1"
|
||||||
if [[ -z "$website" ]]; then
|
if [[ -z "$website" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user