Skip to content

🐚 A collection of Bash scripts for daily tasks, automation, and terminal utilities. Each script is modular, documented, and ready to use via aliases in .bashrc

License

Notifications You must be signed in to change notification settings

gxsilva/shell-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Repository under construction!!

Shell Scripts

Explain the purpose of the repo<<


Directory structure

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

πŸ”§ Usage

One-time Setup

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"

About

🐚 A collection of Bash scripts for daily tasks, automation, and terminal utilities. Each script is modular, documented, and ready to use via aliases in .bashrc

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages