We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a154a99 + 54479dd commit 0b9803dCopy full SHA for 0b9803d
2 files changed
.gitignore
@@ -0,0 +1 @@
1
+history.log
passgen.sh
@@ -3,7 +3,7 @@
3
#------------------------------------------------------------------------------|
4
# AUTOR : Matheus Martins <3mhenrique@gmail.com>
5
# HOMEPAGE : https://github.com/mateuscomh
6
-# DATA/VER. : 29/08/2020 2.2
+# DATA/VER. : 29/08/2020 2.3
7
# LICENÇA : GPL3
8
# PEQUENA-DESCRICÃO : Shell Script to generate fast passwords on terminal
9
# REQUISITOS : xclip on GNU/Linux / pbcopy on MacOS
@@ -62,6 +62,9 @@ case $MAX in
62
;;
63
esac
64
65
+# write in file
66
+echo "$(date '+%d/%m/%y %H:%M:%S') - $PASS" >> $(pwd)/history.log
67
+
68
}
69
#---------MAIN-------------------------------------------------------------------|
70
0 commit comments