Search

Script to create matrix like background on the linux terminal

Here is a script which when executed on the Linux terminal will create a continuous stream of 1's and 0's to create a background like that of the matrix as shown below.

 photo matrix.png

Here is the script.




Save the script as matrix.sh

Give it execute permission and then execute it as follows



Pleast note that the script will not stop untill you do not press "cntrl + c" or "cntrl + z" or close the terminal.

No comments:

Post a Comment