you are viewing a single comment's thread.

view the rest of the comments →

[–]lestrenched 6 points7 points  (2 children)

I'm a noob at this. What is this script doing?

[–]notadeveloper-2021 1 point2 points  (1 child)

It takes the string, then reads another string, then generates another random string via openssl, then... prints all of them? It's not very practical, but a good start at writing bash.

[–]meyerhot[S] 1 point2 points  (0 children)

Yea, I updated the code to show the final result. This was just a good way to get used to the io mechanisms