/bash-for-highschool

Simple scripts to teach Bash

Primary LanguageShellGNU General Public License v3.0GPL-3.0

bash-for-highschool

A repo for learning Bash.

Getting Started

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

Python3 Examples

#from main repo dir
cd ./python3-examples/
python3 ./lesson-1.py