From 24ec542e005faa8ba3e95f73b899c2ad865199e9 Mon Sep 17 00:00:00 2001 From: lshprung Date: Mon, 15 Mar 2021 10:49:24 -0700 Subject: First commit --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..77089bb --- /dev/null +++ b/README.md @@ -0,0 +1,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. -- cgit