Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1017 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 1017 Bytes

Utils.sh

made-with-bash

A collection of functions to make scripting in bash easier.

Hero

How to use

You either download the script to your computer, then source it from there:

source /path/to/utils.sh

Or source it using curl and the raw link from this GitHub repository:

source <(curl -Ls "https://raw.githubusercontent.com/Noam-Alum/utils.sh/main/utils.sh")

Note that by using curl each time the script runs you'd have to wait for a response with the functions.

  • You can use a version that includes only the functions - utils-min.sh.

Simple example of usage:

img

Click here to view more examples:

Button Component


Tip

Click here for documentation.