https://github.com/mskian/cutoff-bash
Calculate Cut off Marks Using Bash Script
https://github.com/mskian/cutoff-bash
agriculture bash cutoff engineering linux mark science shell termux
Last synced: about 2 months ago
JSON representation
Calculate Cut off Marks Using Bash Script
- Host: GitHub
- URL: https://github.com/mskian/cutoff-bash
- Owner: mskian
- License: mit
- Created: 2018-02-16T09:53:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-24T06:25:38.000Z (over 8 years ago)
- Last Synced: 2025-05-22T00:12:34.700Z (about 1 year ago)
- Topics: agriculture, bash, cutoff, engineering, linux, mark, science, shell, termux
- Language: Shell
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cut off Calculator CLI
[](https://travis-ci.org/mskian/cutoff-bash) 
> Calculate Cut off Marks Using Shell Script
A Simple Script to Calculate the Cut off Marks for Engineering, MBBS, Pure Science & Agriculture.
Cut off Calculator CLI for Linux and Android 📝
## Requirements
- Linux Based System
- Android (Use Termux Android Terminal Emulator - Download it from Google Play store)
- bc - Arbitrary Precision Calculator language (For Cut off Calculation)
Ubuntu (Linux)
```
sudo apt-get update
sudo apt-get install bc
```
Termux (Android)
```
pkg install bc
```
## How to use?
- Download the Script
```
wget https://download.mskian.com/files/cutoff.sh
```
- Set Permission to Execute the Script
```
chmod +x cutoff.sh
```
- Run this Below commands to Get the info & usage about this Cutoff Shell Script
```
./cutoff.sh -h
```
### Engineering
```
cutoff.sh -e
```
### Medical
```
cutoff.sh -m
```
### Pure Science
```
cutoff.sh -p
```
### Agriculture
```
cutoff.sh -a
```
### Help
```
cutoff.sh -h
```
### Using on Android?
- Down Termux From Google Play store - https://play.google.com/store/apps/details?id=com.termux&hl=en
- After Installing this App Update the Packages, Install Git & Enable Device Storage permission for Termux
- Update packages
```
apt update && apt upgrade
```
- Install Git (For cloning this Project Respo on your Android device)
```
pkg install git
```
(or)
- Install wget (Directly download the Cut off Calculator bash script)
```
pkg install wget
```
- Enable Termux Storage Permission (https://termux.com/storage.html)
```
termux-setup-storage
```
### Other Download Options
- Install via cURL
```
curl -O https://download.mskian.com/files/cutoff.sh
```
- install via git
```
git clone https://github.com/mskian/cutoff-bash.git
```
## Contribute
Just Fork & Send Pull Request
## License
MIT