Skip to content

Instantly share code, notes, and snippets.

View sudheer-k-bhat's full-sized avatar

Sudheer Keshav Bhat sudheer-k-bhat

View GitHub Profile
@RakshithNM
RakshithNM / matrix.sh
Created February 18, 2022 20:29
matrix effect in the terminal on mac
#!/usr/bin/env bash
# Courtesy of @bvierra and company (long ago, pre-cPanel)
### Customization:
blue="\033[0;34m"
brightblue="\033[1;34m"
cyan="\033[0;36m"
brightcyan="\033[1;36m"
green="\033[0;32m"