Add source for command.
This commit is contained in:
@@ -1109,6 +1109,8 @@
|
||||
sh -c "rm '{{ notify_log_file_wip }}'"
|
||||
fi
|
||||
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 {
|
||||
website="$1"
|
||||
if [[ -z "$website" ]]; then
|
||||
|
||||
Reference in New Issue
Block a user