sh/shell/alias/otpclient-cli.sh
2024-11-15 16:27:41 +01:00

12 lines
123 B
Bash

# list otp accounts
alias otpl="\
otpclient-cli \
list \
"
# display otp code
alias otps="\
otpclient-cli \
show \
-a \
"