This repo contains my list of solutions to the Codecademy Bash Script code challenges. Each script is documented to help learners follow along.
- Clone the repo
foo@bar:~$ git clone https://github.com/DeXtreme/bash_scripts
- Before you run a script, make it executable
foo@bar:~/bash_scripts$ chmod 755 <script_name>
- Run the script
foo@bar:~/bash_scripts$ ./<script_name>
All contributions are welcome, whether it's:
- Adding documentation
- Improving the code
- Making suggestions