From bc1a3b1cfb1fe2b4ad71cc23569605f49b6f2cf9 Mon Sep 17 00:00:00 2001 From: Matheus Martins Date: Wed, 27 Sep 2023 23:52:32 -0300 Subject: [PATCH] Update shellPass.sh update header --- shellPass.sh | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/shellPass.sh b/shellPass.sh index f9d1112..2ef5df2 100755 --- a/shellPass.sh +++ b/shellPass.sh @@ -1,13 +1,14 @@ #!/usr/bin/env bash export LANG=C -#---------------------------------------------------------------------------| -# AUTOR : Matheus Martins <3mhenrique@gmail.com> -# HOMEPAGE : https://github.com/mateuscomh/shellPass -# DATE/VER. : 29/08/2020 3.1 -# LICENCE : GPL3 -# SHORT DESC : Shell Script to generate fast passwords on terminal -# DEPS : xclip in GNU/Linux / pbcopy in MacOS -#---------------------------------------------------------------------------| + +#----------------------------------------------------| +# Matheus Martins 3mhenrique@gmail.com +# https://github.com/mateuscomh/yoURL +# 30/03/2021 3.1 GPL3 +# Generate secure passwords on terminal +# Depends: xclip on GNU/Linux / pbcopy on IOS +#----------------------------------------------------| + FECHA="\033[m" BOLD=$(tput bold) ITALIC=$(tput dim)