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 📝
- 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
- 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
cutoff.sh -e
cutoff.sh -m
cutoff.sh -p
cutoff.sh -a
cutoff.sh -h
- 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
- Install via cURL
curl -O https://download.mskian.com/files/cutoff.sh
- install via git
git clone https://github.com/mskian/cutoff-bash.git
Just Fork & Send Pull Request
MIT