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

https://github.com/mtccatx/mt-gen

A shell script to generate arbitrarily long ASCII-art moontowers
https://github.com/mtccatx/mt-gen

art ascii bash club computer generate moon moontower sh shell tower

Last synced: 3 months ago
JSON representation

A shell script to generate arbitrarily long ASCII-art moontowers

Awesome Lists containing this project

README

          

# Moontower Generator

## Description

A shell script to generate arbitrarily long ASCII-art moontowers

Usage: call the script with the number of segments you want to be in the final moontower.

Example:

```
username@moontower:~/mt-gen$ ./mt-gen.sh 2
O\ /O
/-----+-----\
O / / | \ \ O
|O /|\ O|
| / | \ |
\/ | \/
---+---
| _-|-_ |
|/__|__\|
| | |
| _-|-_ |
|/__|__\|
| | |
|-------|
\ | | /
\| |/
| |
| |
| |
| |
```