Skip to content

Commit 43c7816

Browse files
committed
added totp-auth.sh
1 parent 465c991 commit 43c7816

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

totp-auth.sh

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#!/usr/bin/env bash
2+
# from: https://gist.github.com/maximlarionov/d24d57990b3c6ce04e36
3+
# brew install oath-toolkit
4+
5+
oathtool --totp -b "$1"

0 commit comments

Comments
 (0)