Skip to content

0x3444ac53/ellies-bash-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ellie’s awesome bash scripts

Everything here is a function definition and anything you run will need to be modified

also I use zsh, and do not promise compatability

To run modules you need to source them

source /path/to/module

make sure you check the module you’re running to see the actual function you need to call

if you wanna load all of these (it’s a bad idea) run this

moduleDir=/path/to/this/repo
for i in $(ls moduleDir/*.sh)
do source "$moduleDir/$i"
done

About

a bunch of random bash functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published