Skip to content

iiitl/Bash-Repo-2026

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FOSS Bash Scripting Tasks

Welcome to the beginner-friendly repository for learning Git, GitHub, and Bash scripting! This repository is designed to serve as a collection of "Good First Issues" for juniors to practice the open-source PR workflow.

Running the scripts locally

To try out any of the scripts in this repository locally, first navigate to this repository directory. Then, add the scripts folder to your current $PATH so you can call them directly by name.

cd "path/to/this/repository"
export PATH="$PATH:$PWD/scripts"

# Now you can run the scripts by their name, for example:
theme-colors
sys-info

How to contribute

Wherever there is work to do, there will be a comment present with the word TODO:. Your task is to pick a script, read what the TODO asks for, write the missing code, and submit a PR!

Please refer to the CONTRIBUTING.md file for step-by-step instructions on making your first pull request.

External Resources

About

No description, website, or topics provided.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages