https://github.com/felipefma/badapplebash
A bash script that runs Bad Apple on the terminal.
https://github.com/felipefma/badapplebash
apple ascii bad badapple bash shell terminal
Last synced: about 1 month ago
JSON representation
A bash script that runs Bad Apple on the terminal.
- Host: GitHub
- URL: https://github.com/felipefma/badapplebash
- Owner: FelipeFMA
- License: gpl-3.0
- Created: 2024-05-08T16:52:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-03-09T22:10:40.000Z (about 2 months ago)
- Last Synced: 2025-03-09T22:27:27.531Z (about 2 months ago)
- Topics: apple, ascii, bad, badapple, bash, shell, terminal
- Language: Shell
- Homepage: https://github.com/FelipeFMA/BadAppleBash
- Size: 57.8 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# BadAppleBash

This project reproduces the ["Bad Apple!!"](https://youtu.be/9lNZ_Rnr7Jc?si=ROgXrVvdx13oKPM4) video using Bash script, with all graphics rendered in ASCII art.
- Why?
- Why not :P## Usage Instructions
01. Clone the repository to your local environment:
```bash
git clone https://github.com/FelipeFMA/BadAppleBash.git
```02. Navigate to the project directory:
```bash
cd BadAppleBash
```03. Make the `run.sh` script executable:
```bash
chmod +x run.sh
```04. Run the script:
```bash
./run.sh
```## Credits
This project is a fork of [trung-kieen/bad-apple-ascii](https://github.com/trung-kieen/bad-apple-ascii). Special thanks to the original creator for their work!