Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hexageek1337/calculator-bash

Calculating number with Shell Script ( Bash )
https://github.com/hexageek1337/calculator-bash

bash bash-script bash-scripting calculator shell shell-extension shell-script shell-scripting shell-scripts shellcode shellscript

Last synced: 4 days ago
JSON representation

Calculating number with Shell Script ( Bash )

Awesome Lists containing this project

README

        

# Calculator-Bash
Calculating number with Shell Script ( Bash )
# Usage
- Linux

$ wget https://raw.githubusercontent.com/hexageek1337/Calculator-Bash/master/calculator.sh -O calculator.sh

$ chmod +x calculator.sh

$ ./calculator.sh
- Windows with Cygwin

$ wget https://raw.githubusercontent.com/hexageek1337/Calculator-Bash/master/calculator.sh -O calculator.sh

$ chmod +x calculator.sh

$ sed -i 's/\r//' calculator.sh **or** dos2unix calculator.sh

$ ./calculator.sh
# :heavy_exclamation_mark: Required
- Wget
- Dos2unix ( for [Cygwin](https://cygwin.com/install.html) )