12 lines
123 B
Bash
12 lines
123 B
Bash
# list otp accounts
|
|
alias otpl="\
|
|
otpclient-cli \
|
|
list \
|
|
"
|
|
|
|
# display otp code
|
|
alias otps="\
|
|
otpclient-cli \
|
|
show \
|
|
-a \
|
|
"
|