Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (27 loc) · 1.06 KB

Enter the Matrix

Simulated computer code from "The Matrix" movies, implemented in pure BASH v5.1+


Minor changes from the original, mainly the charcters('SYMBOLS') used.

Charcters used in this fork:
☺☻♥♦♣♠•◘○◙♂♀♪♫☼►◄↕‼¶⌂æÆ╛┐└┴┬├ ┼ ─ ╞ ╚╟╔╩╦╠═╬╧╨╤²■€ƒ…†‡‰ŒŽÅÆЧ▬
\↨↑↓→←▲▼^¢£¥₧ª▄▀▐▌αßπΣ󩨦¤™•ØÞçµ*¿º«»░▒▓≈⌡⌠≤≥≡∩εφ∞δΩΘª±²³½¼¾¶øðⁿ√

Acquisition

stream matrix without downloading/installing

bash <(curl -s https://raw.githubusercontent.com/ftreff/matrix/main/matrix.sh)

otherwise, download

git clone https://github.com/ftreff/matrix; cd matrix

install to $PATH (optional)

cp matrix.sh /usr/local/bin

Execution

if installed to $PATH matrix.sh, otherwise ./matrix.sh or bash matrix.sh