What does #!/bin/bash at the beginning of chessBoard.sh specify?
#!/bin/bash
chessBoard.sh
It sets the board size to /bin/bash.
/bin/bash
It is only a descriptive comment with no execution role.
The system should use Bash as the script interpreter when the file is executed directly.
It automatically makes the file executable.