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
- Host: GitHub
- URL: https://github.com/cppmx/bash_patterns
- Owner: cppmx
- License: gpl-3.0
- Created: 2018-03-12T05:54:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-14T03:41:08.000Z (about 8 years ago)
- Last Synced: 2025-01-17T19:55:20.360Z (about 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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