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

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.

Awesome Lists containing this project

README

        

# BadAppleBash

![Design sem nome](https://github.com/user-attachments/assets/329e599e-2284-4d9d-8936-3c166f85334d)

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!