Add scripting
This commit is contained in:
parent
3762f4a95e
commit
80b23128b9
1 changed files with 9 additions and 0 deletions
9
scripting/login-mdp.sh
Executable file
9
scripting/login-mdp.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Bienvenue, veuillez entrer un login et un mot de passe"
|
||||
read -r -n 10 -p "Login (max 10 caractères): " login
|
||||
read -rsp "Mot de passe: " password
|
||||
|
||||
echo
|
||||
echo "$login"
|
||||
echo "$password"
|
Loading…
Reference in a new issue