项目作者: sguessou

项目描述 :
Bash scripting katas.
高级语言: Shell
项目地址: git://github.com/sguessou/bash-scripting-katas.git
创建时间: 2019-07-26T13:03:03Z
项目社区:https://github.com/sguessou/bash-scripting-katas

开源协议:

下载


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.