12 lines
126 B
Bash
12 lines
126 B
Bash
# display otp code
|
|
alias pd="\
|
|
otpclient-cli \
|
|
show \
|
|
--account \
|
|
"
|
|
|
|
# list otp accounts
|
|
alias pl="\
|
|
otpclient-cli \
|
|
list \
|
|
"
|