sh/bash/otpclient-cli.sh
2023-05-09 23:25:21 +02:00

5 lines
103 B
Bash

# display otp code
alias pd='otpclient-cli show -a'
# list otp accounts
alias pl='otpclient-cli list'