Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.md | 2023-11-06 | 565 Bytes | |
conway.sh | 2023-11-06 | 638 Bytes | |
Totals: 2 Items | 1.2 kB | 0 |
Feel free to edit this code to your own liking and customization.
To allow this file to run type the following:
cd /home/(your user)/(directory the scrip is in)
Press the enter button
chmod +x ./conway.sh
Press the enter button
Now it should be able to run. To run the command type the following in the same directory the bash script is in.
../conway.sh
Press the enter button
Now it will print out the conway sequence in your bash terminal!
Note: If you put it over 30 it will use some ram. I am still testing the limits of this script myself.
Enjoy!