V8.00.000.2025.06.17
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m38s
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m38s
Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
@@ -21,8 +21,8 @@ guard_sourcing
|
||||
# 1: URL from which to download a specific file.
|
||||
# 2: /path/to/file to be saved to.
|
||||
# Returns:
|
||||
# ${ERR_DOWNLOAD_FAILED}: Download failed.
|
||||
# ${ERR_NO_DOWNLOAD_ARG}: No arguments specified.
|
||||
# ERR_DOWNLOAD_FAILED: Download failed.
|
||||
# ERR_NO_DOWNLOAD_ARG: No arguments specified.
|
||||
#######################################
|
||||
scurl() {
|
||||
if [[ $# -ne 2 ]]; then
|
||||
@@ -52,8 +52,8 @@ scurl() {
|
||||
# 1: URL from which to download a specific file.
|
||||
# 2: /path/to/file to be saved to.
|
||||
# Returns:
|
||||
# ${ERR_DOWNLOAD_FAILED}: Download failed.
|
||||
# ${ERR_NO_DOWNLOAD_ARG}: No arguments specified.
|
||||
# ERR_DOWNLOAD_FAILED: Download failed.
|
||||
# ERR_NO_DOWNLOAD_ARG: No arguments specified.
|
||||
#######################################
|
||||
swget() {
|
||||
if [[ $# -ne 2 ]]; then
|
||||
|
||||
Reference in New Issue
Block a user