Add source for command.

This commit is contained in:
2026-05-26 16:14:12 -07:00
parent 014b9ef105
commit d6295f8ffe

View File

@@ -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