An open API service indexing awesome lists of open source software.

https://github.com/cppmx/bash_patterns

It is a collection of small scripts in Bash to draw patterns in the terminal
https://github.com/cppmx/bash_patterns

Last synced: 6 months ago
JSON representation

It is a collection of small scripts in Bash to draw patterns in the terminal

Awesome Lists containing this project

README

          

# bash_patterns
It is a collection of small scripts in Bash to draw patterns in the terminal. I have started this project for fun and also to practice some basic programming skills in Bash.

# Usage
Clone the project with:

`git clone https://github.com/cppmx/bash_patterns.git`

Enter into the bash_patterns directory and type:

`bash main.sh`

You can also change the permissions of the main script with the command:

`chmod +x main.sh`

Have fun!

# News

**03/13/2018**: Added pyramid script