Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 681 Bytes

File metadata and controls

31 lines (20 loc) · 681 Bytes

Command Line Matrix Effect 💊

Take the red pill and enter the matrix... Use the command line!

What is this?

A fun bash script that creates a Matrix-style intro with:

  • Green falling matrix rain (using cmatrix)
  • Animated typing effect
  • Colorful terminal output

Perfect for impressing your friends or making command line tutorials more engaging!

Requirements

  • Linux/WSL/Ubuntu
  • cmatrix installed: sudo apt install cmatrix

Installation

  1. Clone this repository
  2. Make the script executable: chmod +x matrix_message.sh
  3. Run it: ./matrix_message.sh

Usage

./matrix_message.sh

Press Ctrl + C to stop the matrix rain when you're done!