Explain the purpose of the repo<<
shell-scripts/
βββ README.md β General instructions and aliases to paste into .bashrc
βββ aliases.sh β File that can be sourced directly in .bashrc
βββ scripts/
β βββ occf_cpp/
β β βββ occf.sh
β β βββ README.md
β
βββ LICENSE
To include the helper aliases in your current shell session, run:
source aliases.sh
Or include only the specific script directly:
source "~/shell-scripts/scripts/@script_folder/@script_name.sh"