https://github.com/sguessou/bash-scripting-katas
Bash scripting katas.
https://github.com/sguessou/bash-scripting-katas
bash linux-shell
Last synced: 20 days ago
JSON representation
Bash scripting katas.
- Host: GitHub
- URL: https://github.com/sguessou/bash-scripting-katas
- Owner: sguessou
- Created: 2019-07-26T13:03:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T06:09:33.000Z (over 5 years ago)
- Last Synced: 2025-03-27T22:06:00.292Z (about 1 month ago)
- Topics: bash, linux-shell
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Revisiting Bash shell scripting through project based training
### Project 1 (Creating Local Users)
The goal of this project is to create a shell script that adds users to the same Linux system as the script is executed on.### Project 2 (Creating Local Users - improved version!)
This script is an improved version of the previous script: instead of requiring the user for a password we generate one for him. All the needed information for the user account is passed as arguments when running the script.