Skip to content

Commit

Permalink
Adding code file and readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
alirafatartist committed Jan 2, 2024
1 parent 18c7cc3 commit a2dbd22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion topics/shell/excercise/answers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ Here's an example:
./generate_password.sh 12
```

This will execute the script (**generate_password.sh**) with a password length of **12**, and the script will generate and print a random password of that length. Adjust the length as needed based on your requirements.
This will execute the script (**generate_password.sh**) with a password length of **12** , and the script will generate and print a random password of that length. Adjust the length as needed based on your requirements.

0 comments on commit a2dbd22

Please sign in to comment.