otp
This commit is contained in:
parent
8bc91cc00b
commit
d5e81ff9c3
1 changed files with 7 additions and 7 deletions
|
@ -1,12 +1,12 @@
|
||||||
|
# list otp accounts
|
||||||
|
alias otpl="\
|
||||||
|
otpclient-cli \
|
||||||
|
list \
|
||||||
|
"
|
||||||
|
|
||||||
# display otp code
|
# display otp code
|
||||||
alias pd="\
|
alias otps="\
|
||||||
otpclient-cli \
|
otpclient-cli \
|
||||||
show \
|
show \
|
||||||
-a \
|
-a \
|
||||||
"
|
"
|
||||||
|
|
||||||
# list otp accounts
|
|
||||||
alias pl="\
|
|
||||||
otpclient-cli \
|
|
||||||
list \
|
|
||||||
"
|
|
||||||
|
|
Loading…
Reference in a new issue