Skip to content

This repository contains simple and practical Bash scripts to help you understand shell scripting concepts.

License

Notifications You must be signed in to change notification settings

oneanupam/bashscript-lab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Bash Script Lab

This repository contains a collection of sample Bash scripts for learning and practicing shell scripting.

Prerequisites

  • Operating System: Linux, macOS, or Windows (with WSL or Git Bash)
  • Bash: Version 3.0 or higher recommended
  • Git: For cloning the repository

How to Run Scripts

  1. Make the script executable:

    chmod +x src/scripts/sample-script.sh
  2. Execute the script:

    ./src/scripts/sample-script.sh

    Alternatively, you can run:

    bash src/scripts/sample-script.sh

Contributing

Contributions are welcome! Please open issues or submit pull requests for improvements or new scripts.

License

This project is licensed under the MIT License.

About

This repository contains simple and practical Bash scripts to help you understand shell scripting concepts.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages