diff options
author | lshprung <lshprung@yahoo.com> | 2021-03-15 10:52:11 -0700 |
---|---|---|
committer | lshprung <lshprung@yahoo.com> | 2021-03-15 10:52:11 -0700 |
commit | eaaa117ad0f3a771fef2ff0c126c4d294e7acb2c (patch) | |
tree | 0a8e07e27d4816637f711e0586a75ff321097090 /README.md | |
parent | 24ec542e005faa8ba3e95f73b899c2ad865199e9 (diff) |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ randint.sh is a bash script that can generate a random integer in a set range. E 1. Clone the Repository 2. `cd randint` -3. `chmod 755 randint.sh` +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. |