Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 941 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 941 Bytes

Shell Multiplication Table

Shell script type

  • Bourne Again Shell (BASH)
  • Debian Almquist shell (DASH)
  • C Shell
  • Z Shell
  • Bourne Shell
  • Powershell

Technical requirements

  • A working computer!
  • Your command line interpreter of choice.
  • A proper text editor (In case you want to contribute). Some suggested editors are VScode, Notepad++ and Sublime.
  • A need for basic multiplication exercices.

Description

This project is a implementation of my previously made multiplication table generator, this time as a BASH script. It allows users to input the nth integer up which to print a multiplication table in your command line.

Contributing

If you'd like to contribute to this project, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them.
  4. Push your changes to your fork.
  5. Submit a pull request.