A repo for learning Bash.
First clone this repo locally
git clone https://github.com/mtarsel/bash-for-highschool.git
cd bash-for-highschool
The bash scripts have already been made executable. This means the scripts can be executed as is...
#in the repo directory
./lesson-1.sh
#from main repo dir
cd ./python3-examples/
python3 ./lesson-1.py