Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 )
- Host: GitHub
- URL: https://github.com/hexageek1337/calculator-bash
- Owner: hexageek1337
- License: gpl-3.0
- Created: 2017-08-18T18:11:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T23:44:11.000Z (almost 7 years ago)
- Last Synced: 2024-05-20T17:36:50.280Z (6 months ago)
- Topics: bash, bash-script, bash-scripting, calculator, shell, shell-extension, shell-script, shell-scripting, shell-scripts, shellcode, shellscript
- Language: Shell
- Size: 15.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) )