summaryrefslogtreecommitdiff
path: root/README.md
blob: dc7ac1d4ef5706acc02a109e6e50b47a812978a1 (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. If the script is not executable already, `chmod 755 randint.sh`
4. `./randint.sh`

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