Below are the steps to code Tic tac Toe game 1- Create a file tictactoe.sh and write below code inside.
Author: Mitesh Sharma
Pyramid
Below are the steps to draw pyramid on terminal 1- Create a file name pyramid1.sh and write below code in. 2- Save the code in file. 3- Set executable permission – “chmod a+x pyramid1.sh . 4- Run script like ./pyramid1.sh which will draw pyramid on terminal. Note: Run script on terminal with white background. Output- […]
Chess Board
Below are the steps to draw chess board on terminal 1- Create a file name chessboard.sh and write below code in. 2- Copy Complete below written script in the file created and save it. 3- Set executable permission – “chmod a+x chessboard.sh . 4- Run script like ./chessboard.sh which will draw chess board on terminal. […]