V8.00.000.2025.06.17
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:
2025-07-08 21:15:41 +02:00
parent 6d255e9c07
commit 980f81bfb3
12 changed files with 47 additions and 37 deletions

View File

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