summaryrefslogtreecommitdiff
path: root/README.md
blob: 77089bbba566ecdd0c541132acd285458c766d09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# randint.sh

randint.sh is a bash script that can generate a random integer in a set range. Enter `./randint.sh -h` to see usage.

## Downloading and Running

1. Clone the Repository
2. `cd randint`
3. `chmod 755 randint.sh`
4. `./randint.sh`

The script takes in at least one argument. More information can be found in the help dialogue.