Skip to content

Commit

Permalink
added totp-auth.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
br-cpvc committed Mar 31, 2023
1 parent 465c991 commit 43c7816
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions totp-auth.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash
# from: https://gist.github.com/maximlarionov/d24d57990b3c6ce04e36
# brew install oath-toolkit

oathtool --totp -b "$1"

0 comments on commit 43c7816

Please sign in to comment.