mtarsel / bash-for-highschool

Simple scripts to teach Bash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple scripts to teach Bash

License:GNU General Public License v3.0


Languages

Language:Shell 66.0%Language:Python 33.0%Language:HTML 1.0%