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
│
└── LICENSETo include the helper aliases in your current shell session, run:
source aliases.shOr include only the specific script directly:
source "~/shell-scripts/scripts/@script_folder/@script_name.sh"