Skip to content

mskian/cutoff-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cut off Calculator CLI

Build Status

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?

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

Releases

No releases published

Packages

No packages published

Languages