Skip to content

Commit

Permalink
Merge pull request #20 from mateuscomh/mateuscomh-patch-4
Browse files Browse the repository at this point in the history
Update shellPass.sh update header
  • Loading branch information
mateuscomh authored Sep 28, 2023
2 parents b63e017 + bc1a3b1 commit fe44a63
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions shellPass.sh
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit fe44a63

Please sign in to comment.