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

https://github.com/arvl130/get-random-string

🔀 Randomize strings or Get random strings from the command-line
https://github.com/arvl130/get-random-string

bash posix randomizer shell

Last synced: about 1 month ago
JSON representation

🔀 Randomize strings or Get random strings from the command-line

Awesome Lists containing this project

README

          

## 🤖 Generate random strings
```
Usage: ./gen_random.sh [LENGTH]
```

Specifying string length is optional. Defaults to 32 characters.

## 🔄 Randomize strings
```
Usage: ./jumble.sh
```

# Installation
```
$ git clone https://github.com/arvl130/get-random-string
$ cd get-random-string
```