Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

helpful-bash-functions

Just a collection of some helpful bash functions I made

Usage

In your shell:

To use these functions in your shell. Just source it in your bashrc:

Add the following line to your ~/.bashrc:

source helpful_bash_functions.sh # Or wherever the script is located

As a dependency:

One way to use this script as a dependency is to download and source the script in your program.

I have written a simple example.

# This script depends on helpful_bash_functions.
down_to=$(mktemp)
wget -O "$down_to" "https://raw.githubusercontent.com/Jacoblightning/helpful-bash-functions/main/helpful_bash_functions.sh"
source "$down_to"

# Continue script

About

Just a collection of some helpful bash functions I made

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages