Skip to content

A collection of functions to make scripting in bash easier.

License

Notifications You must be signed in to change notification settings

Noam-Alum/utils.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.