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

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

Awesome Lists containing this project

README

          

# Cut off Calculator CLI

[![Build Status](https://travis-ci.org/mskian/cutoff-bash.svg?branch=master)](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