sh/bash/otpclient-cli.sh

6 lines
103 B
Bash
Raw Normal View History

2023-05-09 20:02:34 +00:00
# display otp code
alias pd='otpclient-cli show -a'
# list otp accounts
alias pl='otpclient-cli list'