This bash script library intends to wrap common bash functionality into reusable modules.
Shell Script Loader (https://loader.sourceforge.io/)
# When called from Fish Shell
bash (curl -s https://raw.githubusercontent.com/moep/shellscripts/master/install | psub)
# When called from Bash
source <(curl -s https://raw.githubusercontent.com/moep/shellscripts/master/install)
