simple list

This commit is contained in:
Dylan Araps 2019-02-24 23:46:29 +02:00
parent ad58f31a2d
commit ee080bb95f
1 changed files with 1 additions and 2 deletions

3
pash
View File

@ -48,8 +48,7 @@ pw_list() {
exit
}
printf '\e[1m%s\e[m:\n' "Stored Passwords"
printf -- ' - %s\n' "${pw_files[@]//.gpg}"
printf '%s\n' "${pw_files[@]//.gpg}"
}
generate_password() {