2025-09-01 12:55:44 +02:00
2025-08-22 08:25:03 +02:00
2025-09-01 12:55:44 +02:00
2025-08-22 08:25:03 +02:00

bash-helper-script

A collection of helper functions to be used within your bash script.

Download via git clone

git clone https://git.x-files.dk/bash/bash-helper.git

Note

The helper script should reside in the same directory as your main bash script.

How to source the script within your main bash script.

#!/usr/bin/env bash

source "$(dirname "$0")/helper"

# main bash script goes below this line

Guide and howto's examples can be found here.

Bash helper function howto [link]

More guides can be found on [wiki.x-files.dk]

Last tested

August 20th 2025 on Ubuntu 24.04.

Description
No description provided
Readme 45 KiB