Skip to content

A simple implementation of a bash scripted calculator that lets the user choose one type of operation amongst 5 available, and takes two numbers as input to subsequently output the result of the operation.

Notifications You must be signed in to change notification settings

Pouloo/bash_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Shell Calculator

Shell script type

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

Techincal 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.

Description

A simple implementation of a bash scripted calculator that lets the user choose one type of operation amongst 5 available, and takes two numbers as input to subsequently output the result of the operation.

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.

About

A simple implementation of a bash scripted calculator that lets the user choose one type of operation amongst 5 available, and takes two numbers as input to subsequently output the result of the operation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages