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
- Host: GitHub
- URL: https://github.com/mtccatx/mt-gen
- Owner: mtccatx
- License: gpl-3.0
- Created: 2025-03-05T20:49:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-05T20:53:05.000Z (over 1 year ago)
- Last Synced: 2025-03-05T21:56:04.563Z (over 1 year ago)
- Topics: art, ascii, bash, club, computer, generate, moon, moontower, sh, shell, tower
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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|
| / | \ |
\/ | \/
---+---
| _-|-_ |
|/__|__\|
| | |
| _-|-_ |
|/__|__\|
| | |
|-------|
\ | | /
\| |/
| |
| |
| |
| |
```